# HG changeset patch # User Tero Marttila # Date 1412367522 -10800 # Node ID 7c929ba47ba6f2e6837d4980f010cebc32bc115e # Parent dd922b16220d0a53c2613f98136db36eceebe6d6 README: python install diff -r dd922b16220d -r 7c929ba47ba6 README --- a/README Fri Oct 03 23:14:26 2014 +0300 +++ b/README Fri Oct 03 23:18:42 2014 +0300 @@ -82,8 +82,9 @@ $ python setup.py build_ext ## Install - - $ make install PREFIX=/opt/pngtile + $ virtualenv /opt/pngtile + $ make -B install PREFIX=/opt/pngtile + $ /opt/pngtile/bin/pip install -r requirements.txt $ /opt/pngtile/bin/python setup.py build_ext -I /opt/pngtile/include -L /opt/pngtile/lib -R /opt/pngtile/lib $ /opt/pngtile/bin/python setup.py install