update install.sh
This commit is contained in:
parent
5e2f345b4b
commit
343427c1fb
|
@ -10,11 +10,12 @@
|
||||||
## deactivate current venv
|
## deactivate current venv
|
||||||
#source ./venv/bin/deactivate
|
#source ./venv/bin/deactivate
|
||||||
|
|
||||||
|
# Clone from repo
|
||||||
|
#git clone http://github.com/fabthegreat/ydl
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
sudo apt-get install ffmpeg xterm virtualenv python3 python3-tk
|
sudo apt-get install ffmpeg xterm virtualenv python3 python3-tk
|
||||||
|
|
||||||
# Clone from repo
|
|
||||||
git clone http://github.com/fabthegreat/ydl
|
|
||||||
|
|
||||||
# Enter in the newly created dir
|
# Enter in the newly created dir
|
||||||
cd ydl
|
cd ydl
|
||||||
|
|
Loading…
Reference in New Issue