|
|
|
|
How to install ADT packages
|
 |
 |
 |
 |
 |
 |
To be able to run PMV :(Python Molecule Viewer) on your platform you need:
A working Python interpreter,
A directory called $ROOT/share/lib/python1.5/site-packages/AutoDockTools/ in your python tree.
If you don't have these two things go to our DOWNLOAD page to get what you need... and follow the instructions.
Installing AutoDockTools requires making the script called adt available
by:
creating an alias in your .cshrc file:
alias adt $ROOT/share/lib/python1.5/site-packages/AutoDockTools/adt
or
putting it in a directory that is in your path.
cp $ROOT/share/lib/python1.5/site-packages/AutoDockTools/adt $DirInMyPath/adt