Skip to content

Clarify development setup: virtualenv, migrations, and tests #62

@lawie1425

Description

@lawie1425

Problem: Development instructions are scattered and omit explicit commands for creating a virtual environment, installing dependencies, applying migrations, and running tests.

Proposed improvement: Add a consolidated "Development" section with explicit commands for python -m venv/pip install -r requirements.txt, database migration steps, and how to run the test suite (with example commands).

Expected benefit: New contributors can set up a reproducible dev environment and run tests reliably.

Files to change: README.md, optionally requirements.txt (if notes needed)

Suggested labels: docs, enhancement

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions