- Set up build environment
Actually, there is no required environment to use. Because pystructs doesn't have any dependencies.
If you want to follow my environment, you can use pipenv. If you use another tool, you should install below development dependencies:
- Python 3.7 or later
- pytest
- pytest-cov
- codecov
- black
Also, it needs make, sphinx with below command when you build document. you should follow guide in below link.