Skip to content

Commit

Permalink
Updated installation requirements with tag
Browse files Browse the repository at this point in the history
  • Loading branch information
plavskin committed Jun 18, 2021
1 parent c31a3e5 commit 626ab19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ PIE can be installed using `pip <https://pip.pypa.io/en/stable/>`_, which should

.. tab:: Unix/macOS

If you are using a Linux or MacOS operating system, python comes pre-installed on your computer. All you need to do to install the PIE package is open the Terminal application, paste the following line, and press 'enter'.
If you are using a Linux or MacOS operating system, python comes pre-installed on your computer. All you need to do to install the latest stable version of the PIE package is open the Terminal application, paste the following line, and press 'enter'.

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

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

In order to be able to complete the PIE installation steps below, please make sure that you select "Add Python to PATH" during installation.

Once you have python installed, open the ``cmd`` program from the Start Menu, and type the following:
Once you have python installed, open the ``cmd`` program from the Start Menu, and type the following to install the latest stable version of the PIE package:

.. code-block:: bash
py -m pip install git+https://github.com/Siegallab/PIE
py -m pip install git+https://github.com/Siegallab/PIE@1.0.0
.. 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
python -m pip install git+https://github.com/Siegallab/PIE@1.0.0
or, in Windows Command Prompt, run:

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

Expand Down

0 comments on commit 626ab19

Please sign in to comment.