advanced-python-homework-2023/scada_system
2023-09-25 22:39:20 +03:00
..
controls Make homework 1 2023-09-25 22:39:20 +03:00
docs Make homework 1 2023-09-25 22:39:20 +03:00
LICENSE Make homework 1 2023-09-25 22:39:20 +03:00
pyproject.toml Make homework 1 2023-09-25 22:39:20 +03:00
README.md Make homework 1 2023-09-25 22:39:20 +03:00
requirements.txt Make homework 1 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 using the commands: ''' cd ./scada_system pip install -r requirements.txt '''

  4. To generate documentation in HTML format, you need to run the following commands: ''' cd ./docs make html '''