Installation¶
Installation of this plugin, as well as all dependencies, can be done using
pip
:$ python -m pip install pennylane-qsharp
Make sure you are using the Python 3 version of pip.
Alternatively, you can install PennyLane Q# from the source code by navigating to the top directory and running
$ python setup.py install
Dependencies¶
PennyLane Q# requires the following libraries be installed:
as well as the following Python packages:
If you currently do not have Python 3 installed, we recommend Anaconda for Python 3, a distributed version of Python packaged for scientific computation.
Software tests¶
To ensure that PennyLane Q# is working correctly after installation, the test suite can be run by navigating to the source code folder and running
$ make test
Documentation¶
To build the HTML documentation, go to the top-level directory and run
$ make docs
The documentation can then be found in the doc/_build/html/
directory.