From 7970b687fcb1c84552a39cfeb516632ff21aaebc Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com> Date: Mon, 27 May 2024 09:28:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9a7f1f..df8a12d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository provides minimal Python bindings for the [Ceres Solver](http://c ## Installation -Wheels for Python 8/9/10 on Linux, macOS 10+ (both Intel and Apple Silicon), and Windows can be installed using pip: +Wheels for Python 8/9/10/11/12 on Linux, macOS 10+ (both Intel and Apple Silicon), and Windows can be installed using pip: ```bash pip install pyceres ```