We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba26c6 commit 08d7860Copy full SHA for 08d7860
README.md
@@ -17,14 +17,21 @@ conda config --add channels conda-forge
17
conda config --add channels bioconda
18
conda config --set show_channel_urls True
19
source activate ncld-bald
20
+$ conda install --quiet --file requirements.txt
21
+
22
```
23
-## Quickstart
24
+Alternative steps using virtualenv and pip
25
+```
26
+virtualenv bald
27
+source bald/bin/activate
28
+pip install -r requirements.txt
29
30
-#install required modules
-$ conda install --quiet --file requirements.txt
31
32
+## Quickstart
33
34
35
#install the bald module
36
$ python setup.py --quiet install
37
0 commit comments