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: .. code-block:: bash pip install plotprofile or from the latest version: .. code-block:: bash pip install git+https://github.com/aligfellow/plotprofile.git Local installation ^^^^^^^^^^^^^^^^^^ .. code-block:: bash git clone git@github.com:aligfellow/plotprofile.git cd plotprofile pip install . Editable install: ^^^^^^^^^^^^^^^^^^ .. code-block:: bash git clone git@github.com:aligfellow/plotprofile.git cd plotprofile pip install -e .