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 4d736db commit 84a1742Copy full SHA for 84a1742
.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,8 @@ 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
+pip install --user requests pyjwt cryptography
12
+
13
sudo gem install jekyll bundler
14
jekyll --version && cd docs && bundle install
15
0 commit comments