We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9612a8 commit 5c0818fCopy full SHA for 5c0818f
docs/virtualenvs.md
@@ -42,7 +42,7 @@ sudo apt-get update -qq && \
42
$ virtualenv --system-site-packages /path/to/venv
43
$ . /path/to/venv/bin/activate
44
$ pip install --upgrade pip
45
-$ pip install ipykernel==4.8.2 notebook==5.2.1
+$ pip install setuptools==44.1.1 ipykernel==4.8.2 notebook==5.2.1
46
```
47
48
#### Retrieve probcomp repositories from Github and build.
0 commit comments