Installation

Demod can be installed as a python library, either using pip or from source.

Requirements

You will need to have Python 3 installed

Demod supports python versions >=3.8.

Install with pip

You can install our library with pip.

pip install demod

Install from source

You can install demod folder from our github repository

git clone https://github.com/epfl-herus/demod.git

You will also need to install some libraries as requirements for developping. To do so, you can run the following line from the root of the github repository.

pip install -r  requirements.txt

Note

It is recommended, but not mandatory, to use a virtual environement for demod.