annotate INSTALL.txt @ 31:183a9b11c78f

Added tag 0.3.1a for changeset a99009a7013c
author Ben Croston <ben@croston.org>
date Thu, 05 Apr 2012 20:46:44 +0100
parents a99009a7013c
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