Find mutants analyzing human DNA sequences.
It's recommended to use Python venv to create an isolated environment.
$ python -m venv .venv
$ source .venv/bin/activate
$ .venv\Scripts\activate
$ pip install -r requirements.txt
$ uvicorn main_api:app --reload
It should be runing on your localhost.
See local documentation.