diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/postCreateCommand.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/postCreateCommand.sh b/scripts/postCreateCommand.sh new file mode 100644 index 0000000..805c353 --- /dev/null +++ b/scripts/postCreateCommand.sh @@ -0,0 +1,3 @@ +source /workspaces/lsprotocol/.venv/bin/activate +python -m pip install nox +python -m pip install -r ./packages/python/requirements.txt -r ./requirements.txt
\ No newline at end of file |