Skip to content

Commit 57d7bad

Browse files
authored
Merge pull request #59 from jyucsiro/bald_doco
Updating bald readme doco
2 parents cba26c6 + 08d7860 commit 57d7bad

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,21 @@ conda config --add channels conda-forge
1717
conda config --add channels bioconda
1818
conda config --set show_channel_urls True
1919
source activate ncld-bald
20+
$ conda install --quiet --file requirements.txt
21+
2022
```
2123

22-
## Quickstart
24+
Alternative steps using virtualenv and pip
25+
```
26+
virtualenv bald
27+
source bald/bin/activate
28+
pip install -r requirements.txt
2329
2430
```
25-
#install required modules
26-
$ conda install --quiet --file requirements.txt
2731

32+
## Quickstart
33+
34+
```
2835
#install the bald module
2936
$ python setup.py --quiet install
3037

0 commit comments

Comments
 (0)