.. | ||
controls | ||
docs | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements.txt |
Installation
-
Install Python
-
Create and activate your virtual environment following the instructions
-
Install the
requirements.txt
dependencies following the commands:
cd ./scada_system
pip install -r requirements.txt
- Install the package in editable mode:
pip install -e .
- To generate documentation in HTML format, you need to run the following commands:
cd ./docs
make html