From 535c9edd36b42721dc6d7c36767bb776f76843bb Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Fri, 14 Mar 2025 14:10:09 +0100 Subject: [PATCH] Simplify install notes --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f54ab83..ab5b3d1 100644 --- a/README.rst +++ b/README.rst @@ -119,7 +119,7 @@ With Homebrew: .. code-block:: shell $ brew install vips python pkg-config - $ pip3 install pyvips + $ pip install pyvips Windows ^^^^^^^ @@ -194,8 +194,7 @@ Local user install: .. code-block:: shell - $ pip install pyvips-binary==8.16.0 - $ pip3 install -e . + $ pip install -e .[binary] $ pypy -m pip --user -e . Run all tests: