Skip to content

Commit

Permalink
Documentation: Update developer sandbox documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 27, 2024
1 parent 7fba0f6 commit cdf15e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

Set up a development sandbox.

Acquire sources and install project in editable mode.
Acquire sources and install project in editable mode, including
all runtime extensions and development tools.
```shell
git clone https://github.com/kennethreitz/responder
cd responder
python3 -m venv .venv
source .venv/bin/activate
pip install --editable '.[graphql,develop,release,test]'
pip install --editable '.[full,develop,release,test]'
```

Invoke linter and software tests.
Expand Down

0 comments on commit cdf15e4

Please sign in to comment.