rxcclib is a code package that defines molecules, MM functions, and methods for file parsing. It is the fundamental library for our other programs such as Parmhess, Tsubasa, and Katachi.
rxcclib requires following packages.
-
Clone this repository by
git clone https://github.com/ruixingw/rxcclib.git
. -
a. Move rxcclib directory to your Python install's site-packages directory. If you use Anaconda, it is like
anaconda/lib/python3.5/site-packages
.b. Or, You can move rxcclib to your own directory, and set $PYTHONPATH environment. For example, if rxcclib is put at
/home/user/mypythonpath/rxcclib
, thenexport PYTHONPATH=/home/user/mypythonpath
(bash) orsetenv PYTHONPATH "/home/user/mypythonpath"
(C shell).