Skip to content

Commit 4722bf6

Browse files
authored
Update README.md
Add comment to README about installing cryptography when using PyPy
1 parent c92b6b2 commit 4722bf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ To install:
3232

3333
pip install optimizely-sdk
3434

35+
Note:
36+
If you are running the SDK with PyPy or PyPy3, install this cryptography package first and then optimizely-sdk package:
37+
38+
pip install "cryptography>=1.3.4,<=3.1.1"
39+
40+
3541
### Feature Management Access
3642

3743
To access the Feature Management configuration in the Optimizely

0 commit comments

Comments
 (0)