Installing development version

Posted: Sunday, May 8, 2016 by Tyler Durden in Labels:


Installing from the development repository is recommended if there is not a recent release in PyPI repository. Usually, bug fixes and untested or unrevised codes are there in the repository, it won't reflect it PyPI until there is a versioned release.
udemy-dl can be upgraded using pip
sudo pip install --upgrade https://github.com/nishad/udemy-dl/zipball/master
or
sudo python -m pip install --upgrade https://github.com/nishad/udemy-dl/zipball/master
For Windows
python.exe -m pip install --upgrade https://github.com/nishad/udemy-dl/zipball/master

Manually install from the source repository

git clone http://github.com/nishad/udemy-dl
    a. cd udemy-dl
    b. run python setup.py install
or
wget https://github.com/nishad/udemy-dl/zipball/master
    a. unzip the downloaded file
    b. cd into udemy-dl-* directory
    c. run python setup.py install

0 comments :