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
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ With Homebrew:
.. code-block:: shell

$ brew install vips python pkg-config
$ pip3 install pyvips
$ pip install pyvips

Windows
^^^^^^^
Expand Down Expand Up @@ -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:
Expand Down