Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryran committed Sep 16, 2013
1 parent 4551664 commit 1d7e386
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements and package names:
- gtk2 >= v2.24: `gtk2`
- python2 >= v2.7: `python`
- pygtk: `pygtk2`
- gpg/openssl: `gnupg` or `gnupg2` or `openssl`
- gpg/openssl: `gnupg2` or `gnupg` or `openssl`

*As per above, Pyrite is not compatible with RHEL6.*

Expand All @@ -27,16 +27,16 @@ DEBIAN/UBUNTU/OTHER LINUX INSTALLATION
--------------------------------------
There is a simple interactive shell installer. Steps:

1. Ensure you have the following on your Linux system (Debian-based package names):
Ensure you have the following on your Linux system (Ubuntu package names):

- gtk2 >= v2.24: `libgtk2.0-bin`
- python2 >= v2.7: `python`
- pygtk: `python-gtk2`
- gpg/openssl: `gnupg` and `gnupg-agent` (or just `gnupg2`)
- gtk2 >= v2.24: `libgtk2.0-bin`
- python2 >= v2.7: `python`
- pygtk: `python-gtk2`
- gpg/openssl: `gnupg2` or (`gnupg` and `gnupg-agent`) or `openssl`

2. Clone the repo with `git clone git://github.com/ryran/pyrite.git` **OR** [download a zip of the source](https://github.com/ryran/pyrite/archive/master.zip).
Clone the repo with `git clone git://github.com/ryran/pyrite.git` **OR** [download a zip of the source](https://github.com/ryran/pyrite/archive/master.zip).

3. Execute the interactive `INSTALL` script OR if you just want to try it out, you can simply run `pyrite.py` from the root source folder.
Execute the interactive `INSTALL` script OR if you just want to try it out, simply run `pyrite.py` from the root source folder.


MORE SCREENSHOTS (v1.0.1):
Expand Down

0 comments on commit 1d7e386

Please sign in to comment.