Using the Julia package manager to install `COBREXA` is straightforward -- after starting Julia, type:
```julia
importPkg;Pkg.add("GigaSOM");
]addCOBREXA
```
> All these commands should be run from Julia at the `julia>` prompt.
...
...
@@ -63,14 +63,13 @@ The first loading of the `COBREXA` package may take several minutes to complete
If you run a non-standard platform (e.g. a customized operating systems), or if you added any modifications to the `COBREXA` source code, you may want to run the test suite to ensure that everything works as expected:
```julia
importPkg;Pkg.test("COBREXA")
]testCOBREXA
```
## Example
Let's use `COBREXA.jl` to perform classic flux balance analysis on an *E. coli* community.