# Installation ## Google Colab Can be used with `colab.ipynb` without a local install. ```{image} https://colab.research.google.com/assets/colab-badge.svg :target: https://colab.research.google.com/github/aligfellow/plotprofile/blob/main/examples/colab.ipynb ``` ## Pip Simplest installation: ```bash pip install plotprofile ``` or from the latest version: ```bash pip install git+https://github.com/aligfellow/plotprofile.git ``` ## Local installation ```bash git clone git@github.com:aligfellow/plotprofile.git cd plotprofile pip install . ``` ## Editable install: ```bash git clone git@github.com:aligfellow/plotprofile.git cd plotprofile pip install -e . ```