2023-09-27 10:00:37 +03:00
..
2023-09-25 22:39:20 +03:00
2023-09-25 22:39:20 +03:00
2023-09-25 22:39:20 +03:00
2023-09-25 22:39:20 +03:00
2023-09-27 10:00:37 +03:00
2023-09-25 22:39:20 +03:00

Installation

  1. Install Python

  2. Create and activate your virtual environment following the instructions

  3. Install the requirements.txt dependencies following the commands:

cd ./scada_system
pip install -r requirements.txt
  1. Install the package in editable mode:
pip install -e .
  1. To generate documentation in HTML format, you need to run the following commands:
cd ./docs
make html