VLConstraintBasedModelGenerationUtlities.jl
is a Julia package holding constraint based model generation utility functions and types.
VLConstraintBasedModelGenerationUtlities.jl
is organized as a Julia package which can be installed in the package mode
of Julia.
Start of the Julia REPL and enter the package mode
using the ]
key (to get back press the backspace
or ^C
keys). Then, at the prompt enter:
(v1.1) pkg> add VLConstraintBasedModelGenerationUtlities
This will install the VLConstraintBasedModelGenerationUtlities.jl
package and the other required packages. VLConstraintBasedModelGenerationUtlities.jl
requires Julia 1.6.x and above.
VLConstraintBasedModelGenerationUtlities.jl
is open source. You can download this repository as a zip file, or clone or pull it by using the command (from the command-line):
$ git pull https://github.com/varnerlab/VLConstraintBasedModelGenerationUtlities.jl.git
or
$ git clone https://github.com/varnerlab/VLConstraintBasedModelGenerationUtlities.jl.git
Fork the project and go crazy with it! Check out Rob Allen's DevNotes for a beginner's guide to contributing to a GitHub project to get started.