Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.55 KB

installation.rst

File metadata and controls

63 lines (37 loc) · 1.55 KB

Installation

Using pip

To install netqasm do

pip install netqasm

To simulate a set of application files using a simulator, additional packages are required. Currently supported simulators are:

Note

If you have trouble installing one of the packages above, it may be that you first need to install the wheel package, by pip install wheel.

From source

To install netqasm from source, clone this repo and run

make install

To verify the installation, do:

make verify