Adding upstream version 1.6.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a5555eb4a1
commit
d5b8e0af0d
42 changed files with 3857 additions and 0 deletions
16
INSTALL
Normal file
16
INSTALL
Normal file
|
@ -0,0 +1,16 @@
|
|||
Thanks for downloading treelib.
|
||||
|
||||
To install it, make sure you have Python 2.6 or greater installed. Then run
|
||||
this command from the command prompt:
|
||||
|
||||
python setup.py install
|
||||
|
||||
If you're upgrading from a previous version, you need to remove it first.
|
||||
|
||||
AS AN ALTERNATIVE, you can just copy the entire "treelib" directory to Python's
|
||||
site-packages directory, which is located wherever your Python installation
|
||||
lives. Some places you might check are:
|
||||
|
||||
/usr/lib/python2.7/site-packages (Unix, Python 2.7)
|
||||
/usr/lib/python2.6/site-packages (Unix, Python 2.6)
|
||||
C:\\PYTHON\site-packages (Windows)
|
Loading…
Add table
Add a link
Reference in a new issue