Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRock Storm <rockstorm@gmx.com>2017-12-21 19:20:31 +0300
committerGitHub <noreply@github.com>2017-12-21 19:20:31 +0300
commit4798f25071247d1ad0c7be88d2421aa678c3e48f (patch)
treef9bed6521b1b02849e917ac934cb93355a9fdb3d /README.md
parent91720dccf90e197e15598c9680511c08049758f1 (diff)
README: Update Debian/Ubuntu information
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 17 insertions, 8 deletions
diff --git a/README.md b/README.md
index da29281..7bb7257 100644
--- a/README.md
+++ b/README.md
@@ -25,19 +25,28 @@ Note for OSX users: if OSX tells you the file is corrupted, you don't need to re
## Linux
### Ubuntu/Debian
-You can run Printrun directly from source. Fetch and install the dependencies using
-
-1. `sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-numpy cython python-libxml2 python-gobject python-dbus python-psutil python-cairosvg libpython-dev git`
+You can install Printrun from official packages (*):
+```
+sudo apt install printrun
+```
-Clone the repository
+Or you can run Printrun directly from source.
-`git clone https://github.com/kliment/Printrun.git`
+1. Fetch and install the dependencies using (**):
+```
+sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-numpy cython python-libxml2 python-gobject python-dbus python-psutil python-cairosvg libpython-dev git`
+```
+
+2. Clone the repository
+```
+git clone https://github.com/kliment/Printrun.git
+```
-and you can start using Printrun from the Printrun directory created by the git clone command.
+3. You can start using Printrun from the Printrun directory created by the git clone command.
-Users of Ubuntu Xenial Xerus or later and Debian Jessie or later won't find the package "python-wxgtk2.8" available, having been replaced by "python-wxgtk3.0". Running Printrun with "python-wxgtk3.0" instead, is possible but it is known to be affected by issue #615.
+(*) Please be aware that the Printrun package available in Ubuntu Yakkety Yak, or later, and Debian Stretch/Sid repositories, is known to be affected by issue [#615](https://github.com/kliment/Printrun/issues/615).
-A Printrun preliminary package is already available in Ubuntu Yakkety Yak and Debian Stretch/Sid repositories. Please be aware that this initial package is also known to be affected by issue #615.
+(**) Users of Ubuntu Xenial Xerus or later and Debian Jessie or later won't find the package "python-wxgtk2.8" available, having been replaced by "python-wxgtk3.0". Running Printrun with "python-wxgtk3.0" instead, is possible but it is known to be affected by issue [#615](https://github.com/kliment/Printrun/issues/615).
### Chrome OS