Skip to content

Local development / contribution using docker #1231

@kingbuzzman

Description

@kingbuzzman

This is my setup, not affiliated with the project. This is not any official guide whatsoever. Just wanted a place to store this one liner so I keep rewriting it.

ps I'm on OSX + orbstack; if you're on linux, you might run into permission issues, and if you're on windows... may your deity help you!

docker run -it --rm -v .:/app -w /app python:3.13 bash -c 'pip install -U pip tox; pip install -e . --group testing --group docs --group linting; printf "\n\nOptions are:\n"; tox -l | xargs printf "tox -e %s\n"; printf "pytest\nmypy\n..and any other you see inside tox.ini\n\n"; exec bash'

To use, clone the repo, cd into the repo, and then execute the command.

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