Skip to content

Commit

Permalink
Add python3-setuptools to install list (#2153)
Browse files Browse the repository at this point in the history
Installing python3-setuptools was required on a fresh ubuntu 18.04 VM image. Otherwise the next line fails with "no module setuptools"
  • Loading branch information
alexespencer authored Sep 8, 2020
1 parent 0933ee2 commit a5b63a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ server. Proxy is an advanced topic and it is not covered by the guide.
defining and running multi-container docker applications.

```bash
sudo apt-get --no-install-recommends install -y python3-pip
sudo apt-get --no-install-recommends install -y python3-pip python3-setuptools
sudo python3 -m pip install setuptools docker-compose
```

Expand Down

0 comments on commit a5b63a4

Please sign in to comment.