@@ -64,7 +64,7 @@ http://libvips.github.io/libvips/API/current/How-it-opens-files.md.html
64
64
conda Install
65
65
-------------
66
66
67
- The conda packagc includes a matching libvips binary, so just enter:
67
+ The conda package includes a matching libvips binary, so just enter:
68
68
69
69
.. code-block :: shell
70
70
@@ -87,19 +87,17 @@ Next, install this package, perhaps:
87
87
$ pip install --user pyvips
88
88
89
89
On Windows, you'll need a 64-bit Python. The official one works well.
90
-
91
- On Windows, you will need to add ``vips-dev-x.y\bin `` to your ``PATH `` so
90
+ You will also need to add ``vips-dev-x.y\bin `` to your ``PATH `` so
92
91
that pyvips can find all the DLLs it needs. You can either do this in the
93
92
**Advanced System Settings ** control panel, or you can just change
94
- ``PATH `` for your pyvips program.
93
+ ``PATH `` in your Python program.
95
94
96
95
If you set the PATH environment variable in the control panel, you can use
97
96
the ``vips `` command-line tools, which I find useful. However, this will add
98
97
a lot of extra DLLs to your search path and they might conflict with other
99
98
programs, so it's usually safer just to set ``PATH `` in your program.
100
99
101
- To set ``PATH `` from within Python, you need something like this at the start
102
- of your program:
100
+ To set ``PATH `` from within Python, you need something like this at the start:
103
101
104
102
.. code-block :: python
105
103
0 commit comments