Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored and DanielBok committed Nov 16, 2024
1 parent fb55e39 commit 238e8d3
Showing 1 changed file with 4 additions and 4 deletions.
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/).

0 comments on commit 238e8d3

Please sign in to comment.