Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 717 Bytes

INSTALLATION.md

File metadata and controls

29 lines (24 loc) · 717 Bytes

Installation

The latest stable version of demo-production-planning is available through pip:

pip install demo-production-planning

Development version

You can install the development version of demo-production-planning with pip and git:

pip install git+https://[email protected]/Avaiga/demo-production-planning

Work with the demo-production-planning code

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