Skip to content

Commit 334bcd6

Browse files
author
mquadrana
committed
update readme
1 parent 274efcd commit 334bcd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ You can do it in your main python environment (necessarily in the `srs` env), a
3838
Anaconda users should already have Jupyter Notebook installed, so they can skip this step.
3939
4040
5. Then activate the environment with `source activate srs` or `conda activate srs`, and install a new `iptyhon` kernel by running:
41-
4241
```bash
4342
python -m ipykernel install --name srs
4443
```
44+
If you get "Permission denied" error with the above command, try with
45+
```bash
46+
python -m ipykernel install --name srs --user
47+
```
4548
4649
6. Finally, launch the Jupyter Notebook with
4750
```bash

0 commit comments

Comments
 (0)