mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
413028b636
The fundamental commands to mostly use are: - poe format - poe check
387 B
387 B
Development Sandbox
Set up a development sandbox.
Acquire sources and install project in editable mode.
git clone https://github.com/kennethreitz/responder
cd responder
python3 -m venv .venv
source .venv/bin/activate
pip install --editable '.[graphql,develop,release,test]'
Invoke linter and software tests.
poe check
Format code.
poe format