Skip to content

Commit 943b38c

Browse files
committed
Add installing instructions
1 parent 6b5bac2 commit 943b38c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

mars-cli/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Installing the mars-cli
2+
3+
Installing the mars-cli from source:
4+
5+
```sh
6+
cd mars-cli # Assuming you are in the root folder
7+
pip install .
8+
```
9+
10+
If you want to install the optional testing dependencies as well, useful when contributing to the project:
11+
12+
```sh
13+
pip install -e '.[test]'
14+
```
15+
116
# Extending BioSamples' records
217
The Python script ``biosamples-externalReferences.py`` defines a class BiosamplesRecord for managing biosample records. This class is designed to interact with the BioSamples database, allowing operations like fetching, updating, and extending biosample records.
318
The script takes in a dictionary of BioSamples' accessions and their associated external references, and expands the former with the latter.

0 commit comments

Comments
 (0)