Skip to content

Commit c265a56

Browse files
authored
Fix documentation reference to nonexistant package (#105)
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
1 parent 02a46d9 commit c265a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ cd canarytokens-docker
5454
```
5555
* Install Docker compose (if not already present):
5656
```
57-
$ sudo apt-get install python-pip python-dev
57+
$ sudo apt-get install python3-pip python3-dev
5858
$ sudo pip install -U docker-compose
5959
#if this breaks with PyYAML errors, install the libyaml development package
6060
# sudo apt-get install libyaml-dev

0 commit comments

Comments
 (0)