Update Installing MKBDR authored by peguerin's avatar peguerin
......@@ -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 .
```
......
......