Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 424 Bytes

densechat-api

A RestAPI for densechat.ai.

Development

Follow these steps to configure the project and run it locally.

  1. Check that your Python version matches the project: cat .python-version
  2. Install poetry: python -m pip install -r poetry.txt
  3. Run poetry: poetry install

To update dependencies later, run poetry update and commit poetry.lock.