diff --git a/README.md b/README.md index 5c5588f..5b4e1b5 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,19 @@ You can run Printrun directly from source, as there are no packages available ye `sudo apt-get install python-serial python-wxgtk2.8 python-pyglet` -### Fedora 15 and newer +### Fedora 17 and newer -You can run Printrun directly from source, as there are no packages available yet. Fetch and install the dependencies using +You can install Printrun from official packages. Install the whole package using + +`sudo yum install printrun` + +Or get only apps you need by + +`sudo yum install pronsole` or `pronterface` or `plater` + +Adding `--enablerepo updates-testing` option to `yum` might give you newer packages (but also not very tested). + +You can also run Printrun directly from source, if the packages are too old for you anyway, or you have Fedora 15 or 16. Fetch and install the dependencies using `sudo yum install pyserial wxpython pyglet`