Installation¶

Using pip¶

With pip (or pipenv), you can install Uplink simply by typing:

$ pip install uplink

Download the Source Code¶

Uplink’s source code is in a public repository hosted on GitHub.

As an alternative to installing with pip, you could clone the repository

$ git clone https://github.com/prkumar/uplink.git

Then, install; e.g., with setup.py:

$ cd uplink
$ python setup.py install