Installing utopian_api

The recommended way to install utopian_api is via pip.

pip install utopian_api

Note

Depending on your system, you may need to use pip3 to install packages for python 3.

Updating utopian_api

To update utopian_api you can run:

pip install --upgrade utopian_api

Installing older versions

Older versions of utopian_api can be installed by specifying the version number as part of the installation command:

pip install utopian_api==0.2.0