Skip to content

Commit fa478c2

Browse files
committed
fixed readme detials
1 parent 89398a5 commit fa478c2

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,18 @@ To install the latest version of MetaDraft, download from GitHub ([https://githu
3131

3232
Clone the cbmpy-metadraft git repository:
3333

34-
`git clone https://github.com/SystemsBioinformatics/cbmpy-metadraft.git`
34+
```shell
35+
git clone https://github.com/SystemsBioinformatics/cbmpy-metadraft.git
36+
```
3537

3638
### Getting and installing the MetaDraft template library
3739

3840
MetaDraft ships with a single model template, if you have cloned the repository you can activate the current template set, based on the BiGG2 repository, change into the MetaDraft directory and activate the template submodule:
3941

40-
`cd cbmpy-metadraft`
41-
42-
`git submodule update --init --remote -- modeldb/2019-1/`
42+
```shell
43+
cd cbmpy-metadraft
44+
git submodule update --init --remote -- modeldb/2019-1/
45+
```
4346

4447
If you have downloaded master repository as a zip file or as a release, download the `template-models-2018-1.zip` template archive provided with the [latest release](https://github.com/SystemsBioinformatics/cbmpy-metadraft/releases). Unzip this archive into the `metadraft/modeldb` directory.
4548

@@ -51,11 +54,6 @@ You have now downloaded the latest version of MetaDraft, next please run the sys
5154

5255
The following commands will create custom virtual environments with all the Python dependencies needed to run MetaDraft. It is also possible to install the individual packages using "conda" or "pip" see the *requirements.txt* file for details of the required packages (see "pip" instructions below).
5356

54-
Adding the the core packages (minimal) to an existing CONDA environment:
55-
56-
`conda install -c bgoli -c sbmlteam sip pyqt python-libsbml xlrd xlwt cbmpy biopython`
57-
58-
5957
### Setting up a Python 3 CONDA environment (recommended)
6058

6159
Creating the environment, this should work on all operating systems. Open a terminal and type:
@@ -77,11 +75,18 @@ One Linux run the system test (optional) and start MetaDraft:
7775
sh ./run.sh
7876
```
7977

78+
### Adding the the core packages (minimal) to an existing CONDA environment:
79+
80+
```shell
81+
conda install -c bgoli -c sbmlteam sip pyqt python-libsbml xlrd xlwt cbmpy biopython
82+
```
83+
84+
8085
## Using PyPI to install Python dependencies
8186

8287
### For Python 3
8388

84-
Using PyPI it is only possible to use Python 3. You can either install the packages useing the requirements.txt file (recommended):
89+
Using PyPI it is only possible to use Python 3. You can install the packages useing the requirements.txt file (recommended):
8590

8691
```shell
8792
pip install -r requirements.txt
@@ -97,5 +102,5 @@ Please cite this software if you use it (the author(s) enthusiasm to carry on ma
97102
Zenodo. http://doi.org/10.5281/zenodo.2398336
98103
```
99104

100-
Brett G. Olivier (b.g.olivier@vu.nl)
105+
(C) Brett G. Olivier (b.g.olivier@vu.nl), Vrije Universiteit Amsterdam, Amsterdam, July 2020. Licence CC-BY 4.0
101106

0 commit comments

Comments
 (0)