Installation instructions¶
Pip¶
You can obtain releases by executing
pip install pyqmc --upgrade
If you want parallel operation, execute
pip install pyqmc dask distributed --upgrade
The latest code can be installed as follows
pip install git+git://github.com/WagnerGroup/pyqmc --upgrade
GitHub¶
git clone https://github.com/WagnerGroup/pyqmc.git
export PYTHONPATH:$PYTHONPATH:/path/to/pyqmc