Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 584 Bytes

install.rst

File metadata and controls

28 lines (15 loc) · 584 Bytes

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 .