Installing alchemlyb¶
alchemlyb is pure-Python, so it can be installed easily via pip:
pip install alchemlyb
If you wish to install this in your user site-packages, use the --user flag:
pip install --user alchemlyb
Installing from source¶
from source. Clone the source from GitHub with:
git clone https://github.com/alchemistry/alchemlyb.git
then do:
cd alchemlyb
pip install .
If you wish to install this in your user site-packages, use the --user flag:
pip install --user .