Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip install issues #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ Please note: I am not extremely well-versed in Python. I have been playing with

Installation:
=====
* Place the file wherever you like and chmod +x it to make it executable
* Place the file wherever you like and `chmod +x` it to make it executable
* Ensure you have Python installed (default for Ubuntu) and the PIL and lxml packages:
* pip install -f requirements.txt or sudo apt-get install python-imaging python-lxml
* `pip install -f requirements.txt` or `sudo apt-get install python-imaging python-lxml python-lxml-dbg libxml2-dev libxslt1-dev python-dev`
* pip may have trouble installing PIL, if so run `pip install PIL --allow-external PIL --allow-unverified PIL`
* Set the defaults in the file

* If installing in `virtualenv`, use `pip install ruamel.venvgtk` if you get errors related to `glib`
Defaults:
=====
While the script will detect as much as possible and has safe defaults, you may want to set your own.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PIL==1.1.7
lxml==2.3.6
pillow==2.9.0