Changes
Page history
Update Installing MKBDR
authored
Mar 31, 2021
by
peguerin
Show whitespace changes
Inline
Side-by-side
Installing-MKBDR.md
View page @
0e9b956e
...
...
@@ -17,6 +17,17 @@
### From source using pip3 only
Download source code:
```
git clone https://gitlab.mbb.univ-montp2.fr/edna/custom_reference_database.git
cd custom_reference_database
```
Build MKBDR locally:
```
pip3 install .
```
### Using conda
...
...
@@ -27,3 +38,4 @@