Skip to content

Commit a73207c

Browse files
documentation updated with conda installation command
1 parent a053b59 commit a73207c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To install the latest stable version of rsatoolbox with pip:
2020
pip install rsatoolbox
2121
```
2222

23+
or with conda:
24+
25+
```sh
26+
conda install -c conda-forge rsatoolbox
27+
```
28+
2329

2430
here is a simple code sample:
2531

docs/source/getting_started.rst

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ To get the bleeding edge or "pre-release" version:
1717
pip install --pre rsatoolbox
1818
1919
20+
Or if you're using a Conda environment:
21+
22+
.. code-block:: sh
23+
24+
conda install -c conda-forge rsatoolbox
25+
26+
2027
To use rsatoolbox:
2128

2229
.. code-block:: python

0 commit comments

Comments
 (0)