Update Installing MKBDR authored by peguerin's avatar peguerin
## Installing locally # Installing locally
### Prerequisites ## Prerequisites
* python3 * python3
* pip3 * pip3
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* pytaxize * pytaxize
* pathlib * pathlib
### From source using pip3 only ## From source using pip3 only
Download source code: Download source code:
...@@ -30,7 +30,7 @@ pip3 install . ...@@ -30,7 +30,7 @@ pip3 install .
### Using conda ## Using conda
Load and create conda environment with all required dependencies: Load and create conda environment with all required dependencies:
``` ```
... ...
......