Python search engine.
Install the virtualenv: sudo apt install python-virtualenv
and sudo apt-get install python3-venv
Create the local virtualenv: python3 -m venv venv
Activate the virtualenv: source env/bin/activate
Use the command to install the project:
pip install -r requirements.txt
To run the server, type on terminal:
python manage.py runserver