Skip to content

Commit

Permalink
add dev install command
Browse files Browse the repository at this point in the history
  • Loading branch information
clorton committed Dec 4, 2024
1 parent c54a019 commit 4eb8028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/postCreateCommands.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pip install --upgrade pip > /tmp/pip.stdout.log 2> /tmp/pip.stderr.log
pip install uv > /tmp/uv.stdout.log 2> /tmp/uv.stderr.log
uv tool install tox --with tox-uv > /tmp/tox.stdout.log 2> /tmp/tox.stderr.log
uv pip install -e .

0 comments on commit 4eb8028

Please sign in to comment.