Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 591 Bytes

install.rst

File metadata and controls

31 lines (18 loc) · 591 Bytes

Installing alchemtest

alchemtest is pure-Python, so it can be installed easily via pip:

pip install alchemtest

If you wish to install this in your user site-packages, use the --user flag:

pip install --user alchemtest

Installing from source

from source. Clone the source from GitHub with:

git clone https://github.com/alchemistry/alchemtest.git

then do:

cd alchemtest
pip install .

If you wish to install this in your user site-packages, use the --user flag:

pip install --user .