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
netsquidand SquidASM installed. For how to installnetsquid, see https://netsquid.org/#registration. SquidASM can be installed using pip by (requiresnetsquidto already be installed)pip install squidasm
SimulaQron: Requires only
simulaqronwhich 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