To use this library, you must have Python 3.6+ installed. It's also a good idea to create a virtual-environment to avoid polluting your system-wide Python packages.
Please read these instructions to get you setup.
Run the following command from your virtual-environment:
$ pip3 install -U chaosplatform-grpc
Clone the repository:
$ git clone https://github.com/chaostoolkit/chaosplatform-grpc.git
Now, simply run the following from your virtual environment:
$ pip3 install -U -r requirements.txt
$ python3 setup.py install