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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,10 @@ To install:
33
33
pip install optimizely-sdk
34
34
35
35
Note:
36
-
If you are running the SDK with PyPy or PyPy3, install this cryptography package first and then optimizely-sdk package:
36
+
If you are running the SDK with PyPy or PyPy3 and you are experiencing issues, install this cryptography package **first** and then optimizely-sdk package:
37
37
38
38
pip install "cryptography>=1.3.4,<=3.1.1"
39
39
40
-
41
40
### Feature Management Access
42
41
43
42
To access the Feature Management configuration in the Optimizely
0 commit comments