annotate INSTALL.txt @ 32:fdddfd434bbd 0.3.2a

- Remove dependency on distribute - Tidy up pypi package contents
author Ben Croston <ben@croston.org>
date Sat, 19 Oct 2013 21:23:45 +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