Installation¶
Google Colab¶
Can be used with colab.ipynb without a local install.
Pip¶
Simplest installation:
pip install plotprofile
or from the latest version:
pip install git+https://github.com/aligfellow/plotprofile.git
Local installation¶
git clone git@github.com:aligfellow/plotprofile.git
cd plotprofile
pip install .
Editable install:¶
git clone git@github.com:aligfellow/plotprofile.git
cd plotprofile
pip install -e .