File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 3
3
| Package | Version | Description |
4
4
| ----------------------------------------------------------- | ------- | ---------------------------------------------------------------------- |
5
5
| [ ` @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 )
6
9
7
10
### Install dependencies
8
11
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:
10
16
11
- Set up all dependencies:
17
+ The list packages required are included in ./svp_requirements.txt
12
18
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:
14
22
15
23
``` bash
16
- cd /opensvp_dir
17
- pip install -r svp_requirements
24
+ pip install -r svp_requirements.txt
18
25
```
19
26
20
27
### Execute OpenSVP
@@ -32,4 +39,4 @@ python ui.py
32
39
33
40
34
41
[ 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
You can’t perform that action at this time.
0 commit comments