Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 731 Bytes

install.md

File metadata and controls

32 lines (21 loc) · 731 Bytes

Install Python 3

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.

Install From Distribution

Run the following command from your virtual-environment:

$ pip3 install -U chaosplatform-grpc

Install From Source

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