Installing from GitHub#
To help developping Kinetics Toolkits by testing it or extending it, you can install it directly from GitHub.
To check out the master branch#
Clone the git repository:
git clone https://github.com/felixchenier/kineticstoolkit.git kineticstoolkit
Add the
kineticstoolkit
folder to yourPYTHONPATH
according to your favourite IDE and python installation.
You will need to install Kinetics Toolkit’s dependencies if you don’t already installed them.
To modify Kinetics Toolkit’s code#
First install these modules:
pytest
mypy
coverage
Then fork the repository and clone your fork.
Edit your code, run the test suite, commit, push and PR.