Skip to content

Commit

Permalink
add pypi install command to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault-crim committed May 20, 2022
1 parent ec492f7 commit cf27f19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ with it directly.
pip install git+https://github.com/Ouranosinc/Magpie.git
To use the PyPI package, employ the following command instead:

.. code-block:: console
pip install pavics-magpie
If you desire to develop code features or fixes with `Magpie`, consider using the ``-e`` option to install a reference
to your local installation, avoiding distinct instances locally and in ``site-packages``. For example:

Expand All @@ -42,7 +48,7 @@ If you have ``conda`` installed, you can create an environment and activate it a
conda create -n magpie
conda activate magpie
pip install magpie
pip install -e <local-magpie-directory>
All above operations is done automatically with the following command executed from within a local `Magpie` directory:

Expand Down

0 comments on commit cf27f19

Please sign in to comment.