Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-gill committed Nov 30, 2018
1 parent 3d9cad2 commit 3d8ff21
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,15 @@ export LANG='eng_US.UTF-8'
- [Pillow](https://github.com/python-imaging/Pillow)
- [wxPython](http://www.wxpython.org)

.. note:

Christoph Gohlke's [repository]http://www.lfd.uci.edu/~gohlke/pythonlibs is an excellent resource
for Windows installers, especially for 64-bit architectures
Christoph Gohlke's [repository](http://www.lfd.uci.edu/~gohlke/pythonlibs) is an excellent resource
for Windows installers, especially for 64-bit architectures

7. Next, for each downloaded installer, run:
```bash
easy_install PACKAGE
```
.. note::

[Pillow](pillow.readthedocs.io) may not install correctly unless an environment variable is set. Under [cygwin](http://www.cygwin.com>), for instance,
the following command must be executed before attempting to install::
[Pillow](pillow.readthedocs.io) may not install correctly unless an environment variable is set. Under [cygwin](http://www.cygwin.com>), for instance, the following command must be executed before attempting to install::
```bash
export LANG='eng_US.UTF-8'
```
Expand Down

0 comments on commit 3d8ff21

Please sign in to comment.