Fuzzball Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

SDK Installation

After the Python client SDK has been generated in the directory ~/python-fuzzball, it can be installed into your Python environment using the command below.

$ cd ~/python-fuzzball && \
  python setup.py install
The python setup.py install command above may need to be run with administrative privileges depending on your environment. Or you may want to install the SDK in a virtual environment, a conda/mamba environment, or a container. These considerations are outside of the scope of Fuzzball documentation.