Getting Started

Getting Started#

Installing Pulserver#

Pulserver is available on PyPi

pip install pulserver

Development Version#

If you want to modifiy the pulserver code base

git clone https://github.com/INFN-MRI/pulserver
pip install -e ./pulserver[test, dev, doc]