Skip to content

Commit 61b39c1

Browse files
authored
Update README.md
Added additional explanation
1 parent 4722bf6 commit 61b39c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ To install:
3333
pip install optimizely-sdk
3434

3535
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:
3737

3838
pip install "cryptography>=1.3.4,<=3.1.1"
3939

40-
4140
### Feature Management Access
4241

4342
To access the Feature Management configuration in the Optimizely

0 commit comments

Comments
 (0)