Skip to content

Commit d36d8a6

Browse files
Luis Chavesjeroen
authored andcommitted
Modified README.md to include conda installation steps
1 parent 96d4fc5 commit d36d8a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ On __OS-X__ use [libssh](https://github.com/Homebrew/homebrew-core/blob/master/F
4848
brew install libssh
4949
```
5050
51+
Using __conda__ (need a conda R environment `conda create -n Renv r-base r-essentials`)
52+
53+
```
54+
conda install --channel conda-forge r-ssh
55+
```
56+
57+
If you have issues with the conda installation please submit an issue in [`conda-forge/r-ssh-feedstock`](https://github.com/conda-forge/r-ssh-feedstock/issues)
5158
## Getting Started
5259
5360
First create an ssh session by connecting to an SSH server. You can either use private key or passphrase authentication:

0 commit comments

Comments
 (0)