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 70bbbca commit 25ec971Copy full SHA for 25ec971
JavaScript/Node.js/startup_prereq.sh
@@ -8,5 +8,4 @@ sudo apt-get -y install libssl-dev
8
sudo apt-get -y install libffi-dev
9
sudo pip install -U pyOpenSSL
10
sudo pip install cryptography && echo 'y'
11
-sudo pip install azure && echo 'y'
12
-sudo pip install azure-storage --upgrade && echo 'y'
+sudo pip install azure-storage-blob --upgrade && echo 'y'
0 commit comments