Skip to content

Commit

Permalink
Fix install and requirements for jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
agustin-recoba committed Sep 2, 2024
1 parent 3f3036c commit 9362f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ PyDistSim

Finally, in order to download and install PyDistSim and all other required packages, run::

(pydistsim_env)> pip install -e git+https://github.com/agustin-recoba/PyDistSim#egg=PyDistSim
(pydistsim_env) $ pip install PyDistSim
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ipython==8.26.0
ipykernel==6.29.5
matplotlib==3.9.2
networkx==3.3
numpy==2.1.0
Expand Down

0 comments on commit 9362f77

Please sign in to comment.