annotate INSTALL.txt @ 30:a99009a7013c 0.3.1a

- Use generator with __getfile__ (uses much less memory) - Fixed security issue with __getfile__ - do not allow access to whole disk! - Handle exceptions in auth function - Fixed encrypting of no password - Changed README code examples
author Ben Croston <ben@croston.org>
date Thu, 05 Apr 2012 20:45:56 +0100
parents 9459d63c1558
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
1 To install system-wide:
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
2 $ sudo python setup.py install
4
ad5a8748afcf Add test framework
Ben Croston <ben@croston.org>
parents:
diff changeset
3 or
30
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
4 $ sudo python3 setup.py install
4
ad5a8748afcf Add test framework
Ben Croston <ben@croston.org>
parents:
diff changeset
5
30
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
6 To just install to your home directory:
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
7 $ python setup.py install --user
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
8 or
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
9 $ python3 setup.py install --user
a99009a7013c - Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents: 22
diff changeset
10