$Id: README.txt 262 2015-12-07 03:11:27Z sarkiss $
The following are instructions for running  nosetests --with-coverage --cover-package=PyRx 

=Windows=
cd C:\Users\sargis\workspace\PyRx-sf\PyRxDev
set BABEL_DATADIR=C:\Program Files (x86)\PyRx\0.9.2\OpenBabel-2.2.3
set PYTHONPATH="C:\Program Files (x86)\PyRx\0.9.2\Lib\site-packages"

Note: Make a copy Macromolecules/1crn folder if needed, since the test scripts removes it. 

"C:\Program Files (x86)\PyRx\0.9.2\Scripts\nosetests.exe" --with-coverage --cover-package=PyRx -v -s --cover-html --cover-html-dir=tests/cover

=Mac OS X=
cd /Users/user/Documents/workspace/PyRxDIST/tests
PYRX_HOME=/Library/PyRx/0.9.3
DYLD_LIBRARY_PATH="$PYRX_HOME/lib:$PYRX_HOME/lib/vtk-5.4:$DYLD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH
BABEL_DATADIR=$PYRX_HOME/share/openbabel/
export BABEL_DATADIR
BABEL_LIBDIR=$PYRX_HOME/lib/openbabel/2.2.3
export BABEL_LIBDIR
PYTHONHOME="$PYRX_HOME/Python.framework/Versions/2.6"
export PYTHONHOME
unset PYTHONPATH
$PYRX_HOME/Python.framework/Versions/2.6/bin/nosetests --with-coverage --cover-package=PyRx -v -s --cover-html --cover-html-dir=tests/cover

