We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215247 commit 805820dCopy full SHA for 805820d
scripts/sdk_init.sh
@@ -18,6 +18,8 @@ echo "$PATH"
18
python3.10 -m venv $TMPDIR/venv-sdk
19
python -m pip install -U pip
20
python scripts/dev_setup.py -p azure-core
21
+python -m pip install PyGithub
22
+python -m pip install GitPython
23
24
if [ x"$1" = x ]; then
25
echo "[Generate] init success!!!"
0 commit comments