~vomun-developers/anonplus/vomun-trunk

88 by AJ00200
Added INSTALL file
1
To install Anon+, please run setup.py in the src folder. You will be asked for
2
a user name and two 2048 bit encryption keys will be generated for you.
3
4
Afterwards, vomun.py will run automatically after the install. To start Anon+,
91.1.1 by mouuff
Update help
5
just run Vomun at any time in the future.
6
7
If you are on windows you need python 2.7 http://python.org/
8
              and you also need gnupg at http://www.gpg4win.org
9
10
if you are on mac osx or linux python is already on your computer but you need gnupg
11
for linux : http://www.gnupg.org/
12
for mac   : http://macgpg.sourceforge.net/
13
14
to launch setup on windows just double click on it 
15
and if you are on mac osx:
16
put anonplus folder in the Desktop (for exemple)
17
open terminal
18
type in terminal:
19
20
$ python Desktop/anonplus/src/setup.py
21
22
Enjoy!