Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Installing-Oppia-(Linux;-Python-3).md
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,14 @@ exec "$SHELL"
9. Install the Python dependencies:

```console
$ pip install pyyaml setuptools
$ pip install pyyaml setuptools psutil certifi packaging rcssmin xmltodict
Requirement already satisfied: setuptools in /home/user/.pyenv/versions/2.7.18/envs/oppia-tmp/lib/python2.7/site-packages (44.1.1)
Collecting pyyaml
Downloading PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl (574 kB)
|████████████████████████████████| 574 kB 2.3 MB/s
Installing collected packages: pyyaml
Successfully installed pyyaml-5.4.1
...
```

Note that you don't need to install pyyaml if you were able to install python-yaml with your package manager earlier.
Expand Down