Skip to content

Commit

Permalink
Fix documentation reference to nonexistant package (#105)
Browse files Browse the repository at this point in the history
Trying to install python-pip and python-dev on Ubuntu 20.04 results in "Package python-pip is not available", and "selecting 'python-dev-is-python2' instead of 'python-dev'" respectively. Adding the explicit python3 reference fixes the issue
  • Loading branch information
ADimeo authored Dec 11, 2023
1 parent 02a46d9 commit c265a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ cd canarytokens-docker
```
* Install Docker compose (if not already present):
```
$ sudo apt-get install python-pip python-dev
$ sudo apt-get install python3-pip python3-dev
$ sudo pip install -U docker-compose
#if this breaks with PyYAML errors, install the libyaml development package
# sudo apt-get install libyaml-dev
Expand Down

0 comments on commit c265a56

Please sign in to comment.