Installation ========================= Via Python Package ----------------------------- The latest release of QMCTorch can be installed usint the pypi package manager with : ``pip install qmctorch`` If you are planning to only use QMCTorch this is the quickest way to obtain the code Via GitHub ------------- For user who would like to contribute, the code is hosted on GitHub_ (https://github.com/NLESC-JCER/QMCTorch) .. _GitHub: https://github.com/NLESC-JCER/QMCTorch To install the code * clone the repository ``git clone https://github.com/NLESC-JCER/QMCTorch.git`` * go there ``cd QMCTorch`` * install the module ``pip insall -e ./`` You can then test the installation : * ``cd tests`` * ``pytest``