Skip to main content

Installation Instructions

Dependencies

array_manager

To install array_manager, first clone the repository and install using pip. On the terminal or command line, run

pip install git+https://github.com/anugrahjo/array_manager.git@modopt
Note

ModOpt relies on numpy and scipy packages. Please install them from numpy and scipy if you are new to it.

pycutest

Install pycutest only if you need to use CUTEst test-suite for benchmarking. You can find the installation instructions here.

Installing modOpt

To install modopt, first clone the repository and install using pip. On the terminal or command line, run

pip install git+https://github.com/lsdolab/modopt.git

To test if your installation was successful, run simple_example.py in modopt/modopt/examples.

Updating

To update modopt to the latest version, run on the terminal or command line

cd /path/to/modopt
git pull