Skip to content

Commit e8f0085

Browse files
authored
Simplify install notes (#525)
1 parent 283848f commit e8f0085

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ With Homebrew:
119119
.. code-block:: shell
120120
121121
$ brew install vips python pkg-config
122-
$ pip3 install pyvips
122+
$ pip install pyvips
123123
124124
Windows
125125
^^^^^^^
@@ -194,8 +194,7 @@ Local user install:
194194

195195
.. code-block:: shell
196196
197-
$ pip install pyvips-binary==8.16.0
198-
$ pip3 install -e .
197+
$ pip install -e .[binary]
199198
$ pypy -m pip --user -e .
200199
201200
Run all tests:

0 commit comments

Comments
 (0)