Found a bug? Looking for a new feature? Check if we have an issue open already. If we don't, go ahead and create one. Together with the community we will make an effort to prioritize and address relevant issues.
To contribute, you should fork the project and open a pull request
Before opening a pull request make sure another one on the same subject is not opened already
Use the requirements_dev.txt
$ git clone https://github.com/controlm/ctm-python-client.git
$ cd ctm-python-client
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements_dev.txt