From PyPI installation ---------------------- - (Optional) create and use a `virtual environment `_ - :code:`python -m venv venv` - :code:`venv\\Scripts\\activate` (or the equivalent for your OS) - Install the package: ``pip install django-ocr_translate`` - Set environment variables as needed (see :doc:`Environment variables <../user/envs>` for more details) - Run the server: ``python -m "ocr_translate.scripts.run"``