Skip to content

Commit

Permalink
docs: add quotation to pip install (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter authored Oct 3, 2024
1 parent f35f6c9 commit 9677c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ To run the tutorial locally, you must run python 3.5 and install additional pack

::

pip install psyneulink[tutorial]
pip install "psyneulink[tutorial]"

or if you downloaded the source:

::

pip install .[tutorial]
pip install ".[tutorial]"


To access the tutorial, make sure you fulfill the requirements mentioned above, download the tutorial notebook (/tutorial/PsyNeuLink Tutorial.ipynb), then run the terminal command
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@ To run the tutorial locally, you must run python 3.6 and install additional pack

::

pip install psyneulink[tutorial]
pip install "psyneulink[tutorial]"

or if you downloaded the source:

::

pip install .[tutorial]
pip install ".[tutorial]"


To access the tutorial, make sure you fulfill the requirements
Expand Down

0 comments on commit 9677c8d

Please sign in to comment.