We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283848f commit e8f0085Copy full SHA for e8f0085
README.rst
@@ -119,7 +119,7 @@ With Homebrew:
119
.. code-block:: shell
120
121
$ brew install vips python pkg-config
122
- $ pip3 install pyvips
+ $ pip install pyvips
123
124
Windows
125
^^^^^^^
@@ -194,8 +194,7 @@ Local user install:
194
195
196
197
- $ pip install pyvips-binary==8.16.0
198
- $ pip3 install -e .
+ $ pip install -e .[binary]
199
$ pypy -m pip --user -e .
200
201
Run all tests:
0 commit comments