Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ See [docs/DESIGN.md](docs/DESIGN.md) for the full design.
## Quick start

```bash
# Install Postgres (Fedora: dnf install postgresql-server, macOS: brew install postgresql)
# Start it: sudo systemctl start postgresql (or pg_ctl start on macOS)
createdb weekly_status

python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
Expand Down