Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
NLOpt Python
NLopt Python
============

[![PyPI version](https://badge.fury.io/py/nlopt.svg)](https://badge.fury.io/py/nlopt)
![Build](https://github.com/DanielBok/nlopt-python/workflows/Build/badge.svg?branch=master)

This project builds Python wheels for the NLOpt library. NLOpt contains various routines for non-linear optimization.
This project builds Python wheels for the NLopt library. NLopt contains various routines for non-linear optimization.

## Versions supported

The project supports Python versions 3.6+ and above for Windows, MacOS, and Linux.
The project supports Python versions 3.9+ and above for Windows, MacOS, and Linux.

## Installation

Expand All @@ -18,4 +18,4 @@ pip install nlopt

## Documentation

For more information on how to use NLOpt, refer to the [documentation](https://nlopt.readthedocs.io/en/latest/NLopt_Python_Reference/).
For more information on how to use NLopt, refer to the [documentation](https://nlopt.readthedocs.io/en/latest/NLopt_Python_Reference/).