Installation
With pip (recommended)
This package is available at Python package index pypi.org.
pip install strategytester5
Or, you can install while checking for the updates.
pip install -U strategytester5
With git
Of course, you can pull strategytester5 directly from the GitHub repository.
Git clone:
git clone git@github.com:MegaJoctan/StrategyTester5.git strategytester5
Install the cloned repository as a package:
pip install -e strategytester5