Changes
Page history
Update Installing MKBDR
authored
Apr 02, 2021
by
peguerin
Show whitespace changes
Inline
Side-by-side
Installing-MKBDR.md
View page @
71a10559
...
...
@@ -32,11 +32,11 @@ Not available for the moment.
Download source code:
```
git clone https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database.git
cd custom_reference_database
```
Build MKBDR and install all required dependencies from Python Package Index:
```
cd custom_reference_database
pip3 install .
```
...
...
@@ -49,9 +49,15 @@ curl https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database/-/raw/mast
conda env create -f mkbdr_dep.yaml
```
Download source code:
```
git clone https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database.git
```
Activate the conda environment with required dependencies and install MKBDR
```
conda activate mkbdr_dep
cd custom_reference_database
pip3 install .
```
...
...
...
...