Installation

flopt supports Python 3.7 or newer.

PyPI

We can install flopt via PyPI:

$ pip install flopt

Github

And also, we can install flopt via github:

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

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

$ cd flopt
$ python -m pip install .

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

$ python -m pip install -r requirements.txt.