Skip to content

Commit

Permalink
Merge pull request #184 from moorepants/ubuntu-2204-install
Browse files Browse the repository at this point in the history
Added Ubuntu 22.04 install instructions, fixes #166.
  • Loading branch information
brocksam authored Feb 13, 2023
2 parents 64f4286 + 47ecb96 commit 02b11dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,22 @@ official python.org distribution. Even though it has been tested to work with th
latest builds, it is well-known for causing issues. (see
https://github.com/mechmotum/cyipopt/issues/52).

On Ubuntu 22.04 Using APT Dependencies
--------------------------------------

All of the dependencies can be installed with Ubuntu's package manager::

$ apt install build-essential pkg-config python3-pip python3-dev cython3 python3-numpy coinor-libipopt1v5 coinor-libipopt-dev

You can then install cyipopt from the PyPi release with::

$ python3 -m pip install cyipopt

Or you use a local copy with::

$ cd /cyipopt/source/directory/
$ python3 setup.py install

On Ubuntu 18.04 Using APT Dependencies
--------------------------------------

Expand Down

0 comments on commit 02b11dd

Please sign in to comment.