You can use poetry. Check poetry github poetry
poetry install
poetry run uvicorn main:app
poetry run celery -A celery_app worker --loglevel=info
Now, access http://127.0.0.1:8000/docs on your brooser.
If you want to more detail guide, visit my blog here