Browse Source
How_to_generate_an_bcrypt_hash.md: macos homebrew
pull/1154/head
Philip H
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
How_to_generate_an_bcrypt_hash.md
|
@ -53,6 +53,8 @@ pip3 install bcrypt --break-system-packages |
|
|
|
|
|
|
|
|
### macOS |
|
|
### macOS |
|
|
```bash |
|
|
```bash |
|
|
|
|
|
brew install bcrypt |
|
|
|
|
|
# If don't install bcrypt using homebrew |
|
|
pip3 install bcrypt |
|
|
pip3 install bcrypt |
|
|
# If you got externally-managed-environment error |
|
|
# If you got externally-managed-environment error |
|
|
pip3 install bcrypt --break-system-packages |
|
|
pip3 install bcrypt --break-system-packages |
|
|