File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,14 @@ This repository holds a lot of helpful information for those learning CRIPT API.
47
47
* [ Quantity Keys] ( http://htmlpreview.github.io/?https://github.com/C-Accel-CRIPT/cript_tutorials/blob/master/key_tables/quantity_keys.html )
48
48
* [ Ingredient Keys] ( http://htmlpreview.github.io/?https://github.com/C-Accel-CRIPT/cript_tutorials/blob/master/key_tables/ingredient_keys.html )
49
49
* [ Process Keys] ( http://htmlpreview.github.io/?https://github.com/C-Accel-CRIPT/cript_tutorials/blob/master/key_tables/process_keys.html )
50
+
51
+
52
+
53
+ ---
54
+
55
+ ## How to update CRIPT to the new version:
56
+
57
+ 1 ) opening up Anaconda
58
+ 2 ) then open terminal from Anaconda
59
+ 3 ) type ` pip uninstall cript ` , then confirm yes ` y `
60
+ 4 ) type ` pip install --user C:/######/cript-0.0.2.tar.gz ` (change file location and cript version)
Original file line number Diff line number Diff line change 115
115
" \n " ,
116
116
" # Important: Change the file location to match where you are storing the \" .tar.gz\" file on your computer\n " ,
117
117
" import sys\n " ,
118
- " !{sys.executable} -m pip install --user C:/#############/cript-0.0.1 .tar.gz"
118
+ " !{sys.executable} -m pip install --user C:/#############/cript-0.0.2 .tar.gz"
119
119
]
120
120
},
121
121
{
You can’t perform that action at this time.
0 commit comments