8000 update docs for stream -> source rename · libvips/pyvips@8e76133 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e76133

Browse files
committed
update docs for stream -> source rename
1 parent ab66129 commit 8e76133

File tree

3 files changed

+632
-157
lines changed

3 files changed

+632
-157
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ http://libvips.github.io/libvips/API/current/How-it-opens-files.md.html
6464
conda Install
6565
-------------
6666

67-
The conda packagc includes a matching libvips binary, so just enter:
67+
The conda package includes a matching libvips binary, so just enter:
6868

6969
.. code-block:: shell
7070
@@ -87,19 +87,17 @@ Next, install this package, perhaps:
8787
$ pip install --user pyvips
8888
8989
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
9291
that pyvips can find all the DLLs it needs. You can either do this in the
9392
**Advanced System Settings** control panel, or you can just change
94-
``PATH`` for your pyvips program.
93+
``PATH`` in your Python program.
9594

9695
If you set the PATH environment variable in the control panel, you can use
9796
the ``vips`` command-line tools, which I find useful. However, this will add
9897
a lot of extra DLLs to your search path and they might conflict with other
9998
programs, so it's usually safer just to set ``PATH`` in your program.
10099

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:
103101

104102
.. code-block:: python
105103

0 commit comments

Comments
 (0)
0