Skip to content

Commit 217adb8

Browse files
Merge pull request #7 from BuiMCanmet/master3.7
Update INSTALL.md
2 parents 867300e + 84f4015 commit 217adb8

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

doc/INSTALL.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
| Package | Version | Description |
44
| ----------------------------------------------------------- | ------- | ---------------------------------------------------------------------- |
55
| [`@sunspec/pysunspec`][pysunspec-url] | 2.0.0 | Custom library packages needed to run OpenSVP |
6+
### Software requirements
7+
* Python 3.7+ [Link](https://www.python.org/downloads/)
8+
* Git [Link](https://git-scm.com/download/win)
69

710
### Install dependencies
811

9-
The list packages required are included in ./svp_requirements
12+
1. Install Python 3.7+ on your computer or python environment if it hasn't been done yet
13+
2. Install Git on your computer if not done yet
14+
3. Download/Clone this OpenSVP repository on your computer
15+
4. Install missing packages for python with the command displayed:
1016

11-
Set up all dependencies:
17+
The list packages required are included in ./svp_requirements.txt
1218

13-
from the root directory:
19+
Open folder location in an Winders Explorer folder and type cmd in address bar.
20+
This should open a command prompt
21+
Execute the following command:
1422

1523
```bash
16-
cd /opensvp_dir
17-
pip install -r svp_requirements
24+
pip install -r svp_requirements.txt
1825
```
1926

2027
### Execute OpenSVP
@@ -32,4 +39,4 @@ python ui.py
3239

3340

3441
[pysunspec-url]: https://github.com/sunspec/pysunspec
35-
[svpelab-url]: https://github.com/BuiMCanmet/svp_energy_lab/tree/dev_canmet_python37
42+
[svpelab-url]: https://github.com/BuiMCanmet/svp_energy_lab/tree/dev_canmet_python37

0 commit comments

Comments
 (0)