We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a053b59 commit a73207cCopy full SHA for a73207c
README.md
@@ -20,6 +20,12 @@ To install the latest stable version of rsatoolbox with pip:
20
pip install rsatoolbox
21
```
22
23
+or with conda:
24
+
25
+```sh
26
+conda install -c conda-forge rsatoolbox
27
+```
28
29
30
here is a simple code sample:
31
docs/source/getting_started.rst
@@ -17,6 +17,13 @@ To get the bleeding edge or "pre-release" version:
17
pip install --pre rsatoolbox
18
19
+Or if you're using a Conda environment:
+.. code-block:: sh
+ conda install -c conda-forge rsatoolbox
To use rsatoolbox:
.. code-block:: python
0 commit comments