Skip to content

Commit c48e45f

Browse files
authored
Add earlier version of prompt-toolkit
1 parent 32e4a4f commit c48e45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installing-python-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ After, we'll install the suite of Jupyter tools and some additional useful packa
203203

204204
```
205205
# Really, really make sure that you have activated `cs41-env` before running this line!
206-
(cs41-env) psarin$ pip install "ipython[all]" jupyter jupyterlab numpy scipy matplotlib nltk scikit-learn requests flask pycodestyle autopep8 Pillow
206+
(cs41-env) psarin$ pip install "prompt-toolkit==2.0.10" "ipython[all]" jupyter jupyterlab numpy scipy matplotlib nltk scikit-learn requests flask pycodestyle autopep8 Pillow
207207
```
208208

209209
This will produce a huge amount of output, as Python is downloading these third-party libraries and tools from the internet and storing them inside our virtual environment. These packages will be available when our virtual environment is activated, but will not necessarily be available if our virtual environment is disactivated. For this reason, it's important to always have an active virtual environment when working on code in this class.

0 commit comments

Comments
 (0)