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
737e911f
Commit
737e911f
authored
Aug 15, 2013
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md a little bit
parent
cd2a4dbb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
requirements_prontserve.txt
requirements_prontserve.txt
+0
-0
No files found.
README.md
View file @
737e911f
...
...
@@ -28,7 +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.
`pip install -r requirements.txt`
2.
`pip install -r requirements
_prontserve
.txt`
### Fedora 17 and newer
...
...
@@ -49,7 +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.
`pip install -r requirements.txt`
2.
`pip install -r requirements
_prontserve
.txt`
### Archlinux
...
...
@@ -241,11 +241,11 @@ To use pronterface, you need:
*
python (ideally 2.6.x or 2.7.x),
*
pyserial (or python-serial on ubuntu/debian)
*
pyglet
*
numpy (for 3D view)
*
pyreadline (not needed on Linux) and
*
argparse (installed by default with python >= 2.7)
*
wxPython (some features such as Tabbed mode work better with wx 2.9)
*
pyglet
*
numpy (for 3D view)
*
pycairo (to use Projector feature)
*
cairosvg (to use Projector feature)
...
...
requirements.txt
→
requirements
_prontserve
.txt
View file @
737e911f
File moved
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