Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.14 KB

INSTALLATION.md

File metadata and controls

56 lines (37 loc) · 1.14 KB

Installation

Installation via pip

The recommended way to install pipupgrade is via pip.

$ pip install pipupgrade

For instructions on installing python and pip see “The Hitchhiker’s Guide to Python” Installation Guides.

Building from source

pipupgrade is actively developed on GitHub and is always avaliable.

You can clone the base repository with git as follows:

$ git clone [email protected]:achillesrasquinha/pipupgrade.git

Optionally, you could download the tarball or zipball as follows:

For Linux Users
$ curl -OL https://github.com/achillesrasquinha/tarball/pipupgrade
For Windows Users
$ curl -OL https://github.com/achillesrasquinha/zipball/pipupgrade

Install necessary dependencies

$ cd pipupgrade
$ pip install -r requirements.txt

Then, go ahead and install pipupgrade in your site-packages as follows:

$ python setup.py install

Check to see if you’ve installed pipupgrade correctly.

$ pipupgrade --help