Skip to content

Commit d2b24a0

Browse files
committed
Update README.md
1 parent 1421f1c commit d2b24a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ resulting build logs can be found at
3333
The `.travis.yml` file instructs Travis to run the script
3434
`travis/build-wheels.sh` inside of the 32-bit and 64-bit manylinux1 docker
3535
build environments. This script builds the package using `pip`. But these
36-
wheels link against an external library. So to create self-contained libraries,
36+
wheels link against an external library. So to create self-contained wheels,
3737
the build script runs the wheels through
38-
[`auditwheel`](https://pypi.python.org/pypi/auditwheel).
38+
[`auditwheel`](https://pypi.python.org/pypi/auditwheel), which copies the external
39+
library into the wheel itself, so that users won't need to install any extra non-PyPI
40+
dependencies.
3941

4042
Code of Conduct
4143
---------------

0 commit comments

Comments
 (0)