553 B
553 B
Installation
-
Install
Python
-
Install
python3-venv
by the following command:apt install python3-venv
-
Create and activate your virtual environment following the instructions
-
Install the
requirements.txt
dependencies following the commands:
cd ./scada_system
pip3 install -r requirements.txt
- Install the package in editable mode:
pip3 install -e .
- To generate documentation in HTML format, you need to run the following commands:
cd ./docs
make html