Skip to content

Commit d549753

Browse files
authored
Merge pull request #68 from xhochy/patch-1
Add conda install instructions
2 parents 4487acb + 0733cff commit d549753

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ Note that rstudio server is needed to work with this extension.
2222

2323
### Install jupyter-rsession-proxy
2424

25-
Install the library:
25+
Install the library via `pip`:
2626
```
2727
pip install jupyter-rsession-proxy
2828
```
29+
Or via `conda`:
30+
```
31+
conda install -c conda-forge jupyter-rsession-proxy
32+
```
2933

3034
## Example
3135

0 commit comments

Comments
 (0)