Installing¶
There are a few things you have to do to install QCGPU.
Prerequisites¶
Installing from PyPI¶
This library is distributed on PyPI and can be installed using pip:
$ pip install qcgpu
If you run into any issues, you should try installing from source.
Installing from Source¶
You can install QCGPU from the source. First, clone the repository off GitHub:
$ git clone https://github.com/qcgpu/qcgpu
Then you will need to cd
into the directory, and install the
requirements.
$ pip install -r requirements.txt
And finally you can install:
$ python setup.py install