Skip to content

Commit 0733cff

Browse files
authored
Add conda install instructions
`jupyter-rsession-proxy` is now also available as a conda package: https://github.com/conda-forge/jupyter-rsession-proxy-feedstock
1 parent 0b29fca commit 0733cff

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
@@ -18,10 +18,14 @@ Note that rstudio server is needed to work with this extension.
1818

1919
### Install jupyter-rsession-proxy
2020

21-
Install the library:
21+
Install the library via `pip`:
2222
```
2323
pip install jupyter-rsession-proxy
2424
```
25+
Or via `conda`:
26+
```
27+
conda install -c conda-forge jupyter-rsession-proxy
28+
```
2529

2630
The Dockerfile contains an example installation on top of [jupyter/r-notebook](https://github.com/jupyter/docker-stacks/tree/master/r-notebook).
2731

0 commit comments

Comments
 (0)