Skip to content

Commit

Permalink
Update Problem_FAQ.md
Browse files Browse the repository at this point in the history
missing -m option
  • Loading branch information
pipiche38 authored Nov 15, 2023
1 parent feaebea commit 325680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en-eng/Problem_FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ This is related to the fact that you are using a recent cryptography module.
you can solve this issue by downgrading the cryptography module
``` bash
sudo python3 pip install cryptography==40.0.2 --upgrade`
sudo python3 -m pip install cryptography==40.0.2 --upgrade`
```
Expand Down

0 comments on commit 325680c

Please sign in to comment.