Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 399 Bytes

nr

Getting started

Install python

  • Author recommendation: RTX
  • Or you can use any of theses.

Install poetry

curl -sSL https://install.python-poetry.org | python3 -

Install deps & run

poetry install
poetry shell
uvicorn nr.main:app