DevelopmentΒΆ
To get started with development from a get checkout, install all the dev
requirements by running pip install -r requirements/dev.txt. You can use
the CLI from a git checkout like so:
$ python -m pychex.cli <args>
You can run the tests simply by running the behave command