Update README.md
This commit is contained in:
parent
29f743a2f4
commit
075f413df6
@ -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
|
||||
'''
|
||||
```
|
Loading…
Reference in New Issue
Block a user