forked from Advanced_Python/advanced-python-homework-2023
This branch is 1 commit behind Advanced_Python/advanced-python-homework-2023:main
advanced-python-homework-2023
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
Tests
- To run the tests, go to the
scada_system
directory and run the following command:
python3 -m unittest
Description
Languages
Python
90.3%
Batchfile
5.4%
Makefile
4.3%