Locked History Actions

Diff for "GettingQuakePy"

Differences between revisions 1 and 2
Revision 1 as of 2008-05-05 05:47:48
Size: 670
Comment:
Revision 2 as of 2008-05-05 05:51:26
Size: 828
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
You need to add the !QuakePy directory to your PYTHONPATH, using !QuakePy needs a couple of other packages to be installed. Please check out ListOfPackages to see which packages are required.

After downloading !QuakePy, you need to add the !QuakePy directory to your PYTHONPATH, using

GettingQuakePy

You can check out QuakePy from our Subversion repository at https://quake.ethz.ch/svn/quakepy. You need a Subversion client on your machine to do so.

The checkout can be performed using the following commands:

svn checkout https://quake.ethz.ch/svn/quakepy/trunk quakepy

This will create a directory quakepy in your current directory which contains the QuakePy code.

Installation

QuakePy needs a couple of other packages to be installed. Please check out ListOfPackages to see which packages are required.

After downloading QuakePy, you need to add the QuakePy directory to your PYTHONPATH, using

export PYTHONPATH=/my/quakepy/installation:$PYTHONPATH

for bash, or

setenv PYTHONPATH /my/quakepy/installation:$PYTHONPATH

for csh/tcsh.