22=====
33
44PySCeS Constraint Based Modelling (http://cbmpy.sourceforge.net)
5- Copyright (C) 2010-2017 Brett G. Olivier, VU University Amsterdam, Amsterdam, The Netherlands
5+ Copyright (C) 2010-2018 Brett G. Olivier, VU University Amsterdam, Amsterdam, The Netherlands
66
77This program is free software: you can redistribute it and/or modify
88it under the terms of the GNU General Public License as published by
@@ -26,9 +26,9 @@ Installation
2626
2727PySCeS CBMPy (http://cbmpy.sourceforge.net) is a new platform for constraint
2828based modelling and analysis. It has been designed using principles developed
29- in the PySCeS simulation software project: usability, flexibility and accessibility.
30- Its architecture is both extensible and flexible using data structures that are intuitive
31- to the biologist (metabolites, reactions, compartments) while transparently translating
29+ in the PySCeS simulation software project: usability, flexibility and accessibility.
30+ Its architecture is both extensible and flexible using data structures that are intuitive
31+ to the biologist (metabolites, reactions, compartments) while transparently translating
3232these into the underlying mathematical structures used in advanced analysis (LP's, MILP's).
3333
3434PySCeS CBMPy implements popular analyses such as FBA, FVA, element/charge
@@ -43,7 +43,7 @@ needs PySCeS CBMPy supports user interaction via:
4343
4444For more information on the development and use of PySCeS CBMPy feel free to contact me:
4545
46- PySCeS-CBMPy has been tested on Windows 7 and 8.1, Mac OSX and Ubuntu Linux 12.04, 14.04, 16.04.
46+ PySCeS-CBMPy has been tested on Windows 7 and 8.1, Mac OSX and Ubuntu Linux 12.04, 14.04, 16.04.
4747It is compatible with both Python 2.7+ and includes experimental support for Python 3.4+ It is highly recommend to use
4848Python 2.7 as not all Python package dependencies (extended functionality) are available for Python 3.
4949
@@ -64,7 +64,7 @@ CBMPy is now available as a crosss platform Anaconda package available for Win32
6464major release using the conda platform and all feedback is welcomed. If you have Anaconda installed (tested with 4.2.0) simply try the following::
6565
6666 conda install -c bgoli -c SBMLTeam cbmpy
67-
67+
6868which should install CBMPy, libSBML and all the required (non-solver) dependencies. If you do not use Anaconda or would
6969like to try install things in a semi-automated way carry on reading.
7070
@@ -76,25 +76,25 @@ please see the online documentation http://cbmpy.sourceforge.net/reference/insta
7676Auto-dependency configuration
7777-----------------------------
7878
79- I am in the process of creating automated dependency checking and building tools for CBMPy.
79+ I am in the process of creating automated dependency checking and building tools for CBMPy.
8080
8181Ubuntu support is complete with cross platform conda support now available for testing (https://github.com/bgoli/cbmpy-build.git)::
8282
8383To start with download the install script that will run the system test::
8484
85- curl --remote-name https://raw.githubusercontent.com/bgoli/cbmpy-build/master/ubuntu/1_install_cbmpy_dependencies.py
85+ curl --remote-name https://raw.githubusercontent.com/bgoli/cbmpy-build/master/ubuntu/1_install_cbmpy_dependencies.py
8686
8787This script will analyse your Python distribution for missing dependencies and generate a shell script that will auto-install them.
8888
8989For an installation using the native Python supplied with Ubuntu run::
9090
9191 python 1_install_cbmpy_dependencies.py UBUNTU
92-
92+
9393For a local user installation of Anaconda try the following. This is not strictly necessary if only CBMPy is going to be installed (see above)::
9494
9595 python 1_install_cbmpy_dependencies.py CONDA
9696
97- in both cases a shell script `metatoolkit_install_dependencies.sh` is generated and printed to the screen. Run this script
97+ in both cases a shell script `metatoolkit_install_dependencies.sh` is generated and printed to the screen. Run this script
9898or install the relevant packages by hand.
9999
100100Installing or upgrading CBMPy
0 commit comments