Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
ab95356d
Commit
ab95356d
authored
Jun 18, 2013
by
D1plo1d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating install instructions to use pip. Adding a requirements.txt for useage with pip.
parent
5d232a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
README.md
README.md
+2
-6
No files found.
README.md
View file @
ab95356d
...
...
@@ -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
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`
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`
2.
`pip install -r requirements.txt`
### Fedora 17 and newer
...
...
@@ -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
lines. Unforunately this has yet to be tested on a real Fedora system:
1.
`sudo yum install avahi avahi-python`
2.
`sudo easy_install pybonjour`
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`
2.
`pip install -r requirements.txt`
### Archlinux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment