How to set development environment ?
Clone the project
git clone https://github.com/hellstein/codegen-statemachine.git
Install dependencies
python3pip3
Create python package for testing
cd codegen-statemachine
make dev-update
- We use the PyPI test repo for development, you can check
Makefileto see the build and test process. - If you need knowledge how the python package works, please do read Packaging Python Projects.
- The python package has been built and uploaded into test.pypi.org.
Generate unix socket applcation
make dev-test
The application app is generated according to conf directory.
Test the application
cd app
python3 context.py