Skip to content

Commit

Permalink
Updated installation instructions to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plavskin committed Jun 22, 2021
1 parent adf2de1 commit 7a17095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PIE can be installed using `pip <https://pip.pypa.io/en/stable/>`_, which should

.. code-block:: bash
python -m pip install git+https://github.com/Siegallab/PIE@1.0.0
python -m pip install git+https://github.com/Siegallab/PIE@v1.0.1
.. warning::

Expand All @@ -47,7 +47,7 @@ PIE can be installed using `pip <https://pip.pypa.io/en/stable/>`_, which should

.. code-block:: bash
py -m pip install git+https://github.com/Siegallab/PIE@1.0.0
py -m pip install git+https://github.com/Siegallab/PIE@v1.0.1
.. admonition:: Troubleshooting
:class: dropdown, tip
Expand Down
4 changes: 2 additions & 2 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ In unix/macOS Terminal, run:

.. code-block:: bash
python -m pip install git+https://github.com/Siegallab/PIE@1.0.0
python -m pip install git+https://github.com/Siegallab/PIE@v1.0.1
or, in Windows Command Prompt, run:

.. code-block:: bash
py -m pip install git+https://github.com/Siegallab/PIE@1.0.0
py -m pip install git+https://github.com/Siegallab/PIE@v1.0.1
See `Installing PIE <https://pie-image.readthedocs.io/en/latest/installation.html>`_ for details.

Expand Down

0 comments on commit 7a17095

Please sign in to comment.