Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2007-12-29 04:44:52
Size: 760
Editor: TFKyle
Comment:
Revision 5 as of 2011-07-01 23:30:17
Size: 758
Editor: TFKyle
Comment: Update svn URLs
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents(2)]] <<TableOfContents(2)>>
Line 5: Line 5:
To get tfplib you'll need a [http://subversion.tigris.org subversion] client. After you've gotten one you can checkout tfplib from svn://tfkyle.dyndns.org/tfplib/trunk or http://tfkyle.dyndns.org/svn/tfplib/trunk, with the commandline client that would be something like: To get tfplib you'll need a [[http://subversion.tigris.org|subversion]] client. After you've gotten one you can checkout tfplib from svn://tfkyle.dyndns.org/tfplib/trunk or http://gpio.ca/svn/tfplib/trunk, with the commandline client that would be something like:
Line 8: Line 8:
svn co svn://tfkyle.dyndns.org/tfplib/trunk tfplib svn co svn://gpio.ca/tfplib/trunk tfplib

Getting tfplib

To get tfplib you'll need a subversion client. After you've gotten one you can checkout tfplib from svn://tfkyle.dyndns.org/tfplib/trunk or http://gpio.ca/svn/tfplib/trunk, with the commandline client that would be something like:

  • svn co svn://gpio.ca/tfplib/trunk tfplib

with TortoiseSVN you'll want to add \tfplib to the end of the checkout directory path.

Installing

tfplib uses distutils and has a good structure for using PYTHONPATH or symlinks as mentioned in InstallingPythonPackages so you can use one of the methods described there to install it, when symlinking or using PYTHONPATH you shouldn't need to do anything extra manually.

tfplib (last edited 2011-07-01 23:30:17 by TFKyle)