1## Development
2
3After forking the pyparsing repo, and cloning your fork locally, install the libraries needed to run tests
4
5     pip install -r tests/requirements.txt
6     pre-commit install
7
8Run the tests to ensure your environment is setup
9
10     python -m unittest discover tests
11