Installation

flopt supports Python 3.7 or newer.

PyPI

We can install ppulp via PyPI:

$ pip install ppulp

Github

And also, we can install flopt via github:

$ git clone https://github.com/nariaki3551/ppulp.git

In addition, we can install flopt using setup.py.

$ cd ppulp
$ pip install .

For developer, you can install dependent packages by requirements.txt.

$ pip install -r requirements.txt.