From 075f413df68ebabf08a52d836e2d84f6bf8b3331 Mon Sep 17 00:00:00 2001 From: ilyavasilev Date: Wed, 27 Sep 2023 10:00:37 +0300 Subject: [PATCH] Update README.md --- scada_system/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scada_system/README.md b/scada_system/README.md index c2abefb..df71492 100644 --- a/scada_system/README.md +++ b/scada_system/README.md @@ -4,14 +4,19 @@ 2. Create and activate your virtual environment following the [instructions](https://docs.python.org/3/tutorial/venv.html) -3. Install the 'requirements.txt' dependencies using the commands: -''' +3. Install the `requirements.txt` dependencies following the commands: +``` cd ./scada_system pip install -r requirements.txt -''' +``` + +4. Install the package in editable mode: +``` +pip install -e . +``` 4. To generate documentation in HTML format, you need to run the following commands: -''' +``` cd ./docs make html -''' \ No newline at end of file +``` \ No newline at end of file