From 4a66696749d826e44ec4c25ce73965ef9060bb99 Mon Sep 17 00:00:00 2001 From: Younes Strittmatter Date: Thu, 26 Sep 2024 21:05:45 -0400 Subject: [PATCH] docs: add quotation to pip install --- README.rst | 4 ++-- docs/source/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a534c0043b8..5bd44d8454d 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index 9bc213049ea..cacebb5ea38 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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