Skip to content

Commit 8025cf3

Browse files
committed
Quick update for cript 0.0.2
1 parent 3ed92e8 commit 8025cf3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ This repository holds a lot of helpful information for those learning CRIPT API.
4747
* [Quantity Keys](http://htmlpreview.github.io/?https://github.com/C-Accel-CRIPT/cript_tutorials/blob/master/key_tables/quantity_keys.html)
4848
* [Ingredient Keys](http://htmlpreview.github.io/?https://github.com/C-Accel-CRIPT/cript_tutorials/blob/master/key_tables/ingredient_keys.html)
4949
* [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)

jupyterlab_tutorials/Part_1_CRIPT_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"\n",
116116
"# Important: Change the file location to match where you are storing the \".tar.gz\" file on your computer\n",
117117
"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"
119119
]
120120
},
121121
{

0 commit comments

Comments
 (0)