Download the files from repository
Change the directory to the folder where you downloaded files
Create Python virtual environment
python3.10 -m venv venv
For installing required packages, execute the following command in terminal:
pip install -r plugins.txt
After successful installation execute the following commands:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver