You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Documentation is being updated because I've switched from requirements.txt to Pipenv.
eg. using pipenv install.
pyopenssl should be locked to 17.5. Let me have a look at that.
commandment 0.1 has requirement cryptography==2.1.4, but you'll have cryptography 2.2.2 which is incompatible.
pyopenssl 18.0.0 has requirement cryptography>=2.2.1, but you'll have cryptography 2.1.4 which is incompatible.
How to make it works? I mean how to install commandment?
ps: also doc says
"pip install -r ./requirements.txt"
but there is no such file.
The text was updated successfully, but these errors were encountered: