Skip to content

Commit 9c866b9

Browse files
Christian T. JacobsChristian T. Jacobs
authored andcommitted
Added notes on installing Git-RDM via Conda.
1 parent ff6f10c commit 9c866b9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ Both of these dependencies can be installed via `pip` using
1717
sudo pip install -r requirements.txt
1818
```
1919

20+
Alternatively, users can install Git-RDM and its dependencies with [Conda](http://conda.pydata.org/); see the details in the next section.
21+
2022
Note that once PyRDM is installed, you will need to setup Figshare/Zenodo authentication tokens and copy them into the PyRDM configuration file in order to publish your data. See the [PyRDM documentation](https://pyrdm.readthedocs.io/en/latest/getting_started.html) for instructions on how to do this.
2123

2224
## Installing
2325

26+
Git-RDM can either be installed from source, or via Conda packages; see the appropriate sub-section for more details. Once Git-RDM is installed, Git should automatically detect the plugin and recognise the `rdm` command; for example, run `git rdm -h` to list the RDM-related subcommands described in the Usage section below.
27+
28+
### From source
29+
2430
After downloading or cloning this software using
2531

2632
```
@@ -39,7 +45,13 @@ and running
3945
sudo python setup.py install
4046
```
4147

42-
Once Git-RDM is installed, Git should automatically detect the plugin and recognise the `rdm` command; for example, run `git rdm -h` to list the RDM-related subcommands described in the Usage section below.
48+
### Conda package
49+
50+
Conda users can install the Git-RDM package and its dependencies using
51+
52+
```
53+
conda install -c ctjacobs -c pypi -c auto -c ioos -c conda-forge git-rdm
54+
```
4355

4456
## Usage
4557

0 commit comments

Comments
 (0)