Skip to content

ForestHC/nr

Repository files navigation

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