mirror of https://github.com/vapor/docs.git
Merge pull request #101 from nebiros/fix-ubuntu-dependencies-needed
Adds libpython2.7-dev libcurl3 to avoid some errors
This commit is contained in:
commit
de4279a63b
|
|
@ -24,7 +24,7 @@ Depending on your version of Ubuntu, you may need some additional tools for the
|
|||
|
||||
```sh
|
||||
sudo apt-get update
|
||||
sudo apt-get install clang libicu-dev binutils git
|
||||
sudo apt-get install clang libicu-dev binutils git libpython2.7-dev libcurl3
|
||||
```
|
||||
|
||||
### Download
|
||||
|
|
|
|||
Loading…
Reference in New Issue