Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 241 Bytes

DrinkingBuddyServer

Setup

  • create a venv

    python -m venv --upgrade .venv

  • install with requirements

    .venv/bin/python -m pip install --constraint requirements.txt .

  • run

    .venv/bin/python -m DrinkingBuddyServer