Skip to content

Commit 6b571c5

Browse files
Update README.md
1 parent dee53e2 commit 6b571c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ The `cuisto` will be then available in Python from anywhere as long as the `cuis
3131
3232
For more complete installation instructions, see the [documentation](https://teamncmc.github.io/cuisto/main-getting-started.html#slow-start).
3333
34+
## Update
35+
To update, simply activate your environment (`conda activate cuisto-env`) and run :
36+
```bash
37+
pip install cuisto --upgrade
38+
```
39+
3440
## Using notebooks
3541
Some Jupyter notebooks are available in the "docs/demo_notebooks" folder. You can open them in an IDE (such as [vscode](https://code.visualstudio.com/), select the "cuisto-env" environment as kernel in the top right) or in the Jupyter web interface (`jupyter notebook` in the terminal, with the "cuisto-env" environment activated).
3642

0 commit comments

Comments
 (0)