annotate INSTALL.txt @ 33:74ea9a0ed02a default tip

Added tag 0.3.2a for changeset fdddfd434bbd
author Ben Croston <ben@croston.org>
date Sat, 19 Oct 2013 21:24:33 +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