Add git to apt-get install
This commit is contained in:
parent
a1654774af
commit
477cecf90f
2
SETUP.md
2
SETUP.md
|
@ -10,7 +10,7 @@ This is the bulk of the setup process. Most of the dependencies can be installed
|
||||||
```
|
```
|
||||||
$ sudo add-apt-repository ppa:mc3man/trusty-media
|
$ sudo add-apt-repository ppa:mc3man/trusty-media
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
$ sudo apt-get install protobuf-c-compiler libprotobuf-c0-dev lua5.2 liblua5.2-dev libvorbis-dev libssl-dev libev-dev python-pip ffmpeg libopusfile-dev
|
$ sudo apt-get install protobuf-c-compiler libprotobuf-c0-dev lua5.2 liblua5.2-dev libvorbis-dev libssl-dev libev-dev python-pip ffmpeg libopusfile-dev git
|
||||||
```
|
```
|
||||||
|
|
||||||
Then just install the python module `pafy` with `pip`:
|
Then just install the python module `pafy` with `pip`:
|
||||||
|
|
Reference in a new issue