Skip to content

Commit

Permalink
fix installation version
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu committed Feb 6, 2024
1 parent e157dc4 commit dd916f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rst/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Just add in the first cell of your notebook:
!pip install --upgrade git+https://github.com/jparisu/sIArena.git
# Or to download a specific version
!pip install --upgrade git+https://github.com/jparisu/sIArena.git@v0.1
!pip install --upgrade git+https://github.com/jparisu/sIArena.git@main
This will install the specific version of the package and make it available in the rest of the cells of your notebook.

Expand All @@ -36,7 +36,7 @@ From a command prompt, you can install it in a ``conda`` environment inside Anac
.. code-block:: bash
conda install git
pip install --upgrade git+https://github.com/jparisu/sIArena.git@v0.1
pip install --upgrade git+https://github.com/jparisu/sIArena.git
===========
Expand Down

0 comments on commit dd916f1

Please sign in to comment.