Installation instructions ********************************** Pip ------------------------------- You can obtain releases by executing .. code-block:: bash pip install pyqmc --upgrade The latest code can be installed as follows .. code-block:: bash pip install git+git://github.com/WagnerGroup/pyqmc --upgrade `pyqmc` tests require the naive HCI module from pyscf. You can install it using .. code-block:: bash pip install pyscf[naive_hci] GitHub -------------------------------- .. code-block:: bash git clone https://github.com/WagnerGroup/pyqmc.git export PYTHONPATH:$PYTHONPATH:/path/to/pyqmc