Update Installing MKBDR authored by peguerin's avatar peguerin
......@@ -3,6 +3,7 @@
### Prerequisites
* python3
* pip3
* python3 required modules included:
* argparse
* numpy
......@@ -13,6 +14,10 @@
* pytaxize
* pathlib
### From source using pip3 only
### Using conda
......
......