Include python3-dev in dependency list
netdisco depends on netifaces, which requires python3-dev to build. Thanks to @thetruetype for running into this issue ;)
This commit is contained in:
parent
9c7591f3c8
commit
2f8491881c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Virtualenvs are pretty easy to setup. This example will walk through one method
|
|||
```bash
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get upgrade
|
||||
$ sudo apt-get install python-pip
|
||||
$ sudo apt-get install python-pip python3-dev
|
||||
$ sudo pip install --upgrade virtualenv
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue