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 5b82dd3 commit 77a751bCopy full SHA for 77a751b
docs/installation.rst
@@ -224,8 +224,8 @@ dependencies.
224
. env/bin/activate
225
pip install -U setuptools
226
pip install -U wheel pip
227
- curl -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
228
- tar xvf openssl-${OPENSSL_VERSION}.tar.gz
+ curl -LO https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
+ tar xzvf openssl-${OPENSSL_VERSION}.tar.gz
229
cd openssl-${OPENSSL_VERSION}
230
./config no-shared no-ssl2 no-ssl3 -fPIC --prefix=${CWD}/openssl
231
make && make install
0 commit comments