Skip to content

Get Started

Installation guidelines

Please make sure to have the following installed on your system:

  • Python 3.9.0 or later

you first need to clone this repository:

git clone https://github.com/sisinflab/DataRec.git
You may create the virtual environment with the requirements files we included in the repository, as follows:
$ python3.9 -m venv venv
$ source venv/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt