Installation

This section covers the Storj installation.

pip

$ pip install storj

source

The code is available at github.

There are several alternatives for this installation method.

Here we only describe two possibilities:

  • you can clone the repository:
$ git clone git@github.com:Storj/storj-python-sdk.git

For example:

$ curl -OL https://github.com/Storj/storj-python-sdk/archive/1.0.0.tar.gz

Once you have a copy of the source and have extracted its files, you can install it using:

$ python setup.py install

command-line

To install the command-line tool do:

$ pip install storj[cli]