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 2872b39 commit 7a9108cCopy full SHA for 7a9108c
.gitignore
@@ -27,3 +27,4 @@ dist
27
/sandbox/*.log
28
/sandbox-staging
29
/specification/api/components/examples
30
+/scripts/JWT/*.pem
scripts/devcontainer/postcreatecommand.sh
@@ -8,6 +8,9 @@ source ~/.zshrc
8
make _install-dependencies # required before config to ensure python is available due to race between config:: make targets
9
make config
10
11
+#add python packages
12
+pip install --user requests pyjwt cryptography
13
+
14
sudo gem install jekyll bundler
15
jekyll --version && cd docs && bundle install
16
0 commit comments