Steps:
- Clone/pull/download this repository
git clone https://github.com/Academy-Omen/django-ocr-scanner.git- Create a virtualenv with
python -m venv env - Activate virtual environment
source env/bin/activate - Install dependencies with
pip install -r requirements.txt - Run the server with
python manage.py runserver