From PyPI installation
(Optional) create and use a virtual environment
python -m venv venvvenv\Scripts\activate(or the equivalent for your OS)
Install the package:
pip install django-ocr_translateSet environment variables as needed (see Environment variables for more details)
Run the server:
python -m "ocr_translate.scripts.run"