Browse Source

Update install instructions

doc-issue-template
MrS0m30n3 7 years ago
committed by GitHub
parent
commit
98773b64e4
1 changed files with 11 additions and 1 deletions
  1. 12
      README.md

12
README.md

@ -16,7 +16,17 @@ A cross platform front-end GUI of the popular [youtube-dl](http://rg3.github.io/
* [windows installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-setup.zip)
* [windows portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-portable.zip)
**Linux (from source):** `sudo python setup.py install`
### Install From Source
1. Download & extract source
2. Change directory into **youtube-dl-gui-0.3.8**
3. Run `python setup.py install`
### Install PyPi
1. Run `pip install youtube-dlg`
### Install Windows Installer
1. Download & extract the windows installer
2. Run the `setup.exe` file
## Contributing

Loading…
Cancel
Save