-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstructions.txt
25 lines (23 loc) · 1014 Bytes
/
Instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
1. Install conda for windows at below address:
https://docs.conda.io/projects/conda/en/latest/user-guide/install/windows.html
2. Open Anaconda terminal, update conda:
conda update --force conda
3. Create conda environment plus py3.7 e.g. cantera:
conda create -n cantera -c anaconda python=3.7
4. Activate cantera environment:
conda activate cantera
5. Install cantera package:
conda install --channel cantera/label/dev cantera
6. Install numpy package:
conda install -c anaconda numpy
7. Install pandas package:
conda install -c anaconda pandas
8. Install several extra package, I don't know why, but without these you will meet errors:
conda install -c anaconda xlrd
conda install -c anaconda openpyxl
#############################
Switch yourself to directory where you have downloaded my code.
In the folder where you have V3.py, just run in terminal with:
->python V3.py
It should work now. If not, update your visual studio to a version compatable with py37.
Otherwise, contact me: Kai.Zhang.1@city.ac.uk