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:
NetSquid: Requires
netsquid
and SquidASM installed. For how to installnetsquid
, see https://netsquid.org/#registration. SquidASM can be installed using pip by (requiresnetsquid
to already be installed)pip install squidasm
SimulaQron: Requires only
simulaqron
which can be installed using pip bypip install simulaqron
From source¶
To install netqasm from source, clone this repo and run
make install
To verify the installation, do:
make verify