Closed jamesb93 closed 2 years ago
This PR reworks the py code so that there is no pip install required.
pip install
I've also opted in the same pass to move the yaml file to a JSON file which removesa dependency needed in Python.
As a result the code is much more portable and has less steps to run it
Merged to temporary branch to enable testing and checks. Thanks!
Now merged onto develop with some small fixes. Thanks again.
This PR reworks the py code so that there is no
pip install
required.I've also opted in the same pass to move the yaml file to a JSON file which removesa dependency needed in Python.
As a result the code is much more portable and has less steps to run it