The latest stable version of demo-production-planning is available through pip:
pip install demo-production-planning
You can install the development version of demo-production-planning with pip and git:
pip install git+https://[email protected]/Avaiga/demo-production-planning
git clone https://github.com/Avaiga/demo-production-planning.git
cd demo-production planning
pip install .
If you want to run tests, please install Pipenv
:
pip install pipenv
git clone https://github.com/Avaiga/demo-production-planning.git
cd demo-production-planning
pipenv install --dev
pipenv run pytest