From bb5abbbdce4f1f6e119d301ebc679cacba4f2718 Mon Sep 17 00:00:00 2001 From: Midnighter Date: Mon, 24 Aug 2020 12:35:59 +0200 Subject: [PATCH] docs: fix rst syntax --- INSTALL.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index c47f0c90c..856456e3e 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -32,6 +32,7 @@ and install COBRApy from the ``bioconda`` channel. Soon it should also be available from the ``conda-forge`` channel. .. code-block:: console + conda install -c bioconda cobra Installation for development @@ -47,10 +48,11 @@ COBRApy uses `optlang `_ to interface the mathematical solvers used to optimize the created COBRA models. At the time of writing the supported solvers are: -- ILOG/CPLEX (available with `Academic - `_ and - `Commercial - `_ - licenses) -- `Gurobi `_ -- `GLPK `_ which is automatically installed as swiglpk +- ILOG/CPLEX (available with `Academic + `_ and + `Commercial + `_ + licenses) +- `Gurobi `_ +- `GLPK `_ which is automatically installed + as swiglpk