Commit ab95356d authored by D1plo1d's avatar D1plo1d

Updating install instructions to use pip. Adding a requirements.txt for useage with pip.

parent 5d232a82
...@@ -28,9 +28,7 @@ A precompiled version is available at http://koti.kapsi.fi/~kliment/printrun/ ...@@ -28,9 +28,7 @@ A precompiled version is available at http://koti.kapsi.fi/~kliment/printrun/
You can run Printrun directly from source, as there are no packages available yet. Fetch and install the dependencies using You can run Printrun directly from source, as there are no packages available yet. Fetch and install the dependencies using
1. `sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-tornado python-setuptools python-libxml2 python-gobject avahi-daemon libavahi-compat-libdnssd1` 1. `sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-tornado python-setuptools python-libxml2 python-gobject avahi-daemon libavahi-compat-libdnssd1`
2. `sudo easy_install pybonjour` 2. `pip install -r requirements.txt`
3. `sudo easy_install https://github.com/nephics/tornado/archive/streambody.zip`
4. `sudo easy_install https://github.com/D1plo1d/py-mdns/archive/master.zip`
### Fedora 17 and newer ### Fedora 17 and newer
...@@ -51,9 +49,7 @@ You can also run Printrun directly from source, if the packages are too old for ...@@ -51,9 +49,7 @@ You can also run Printrun directly from source, if the packages are too old for
To enable Prontserve you need to also install something along the following To enable Prontserve you need to also install something along the following
lines. Unforunately this has yet to be tested on a real Fedora system: lines. Unforunately this has yet to be tested on a real Fedora system:
1. `sudo yum install avahi avahi-python` 1. `sudo yum install avahi avahi-python`
2. `sudo easy_install pybonjour` 2. `pip install -r requirements.txt`
3. `sudo easy_install https://github.com/nephics/tornado/archive/streambody.zip`
4. `sudo easy_install https://github.com/D1plo1d/py-mdns/archive/master.zip`
### Archlinux ### Archlinux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment