Browse Source
Update How_to_generate_an_bcrypt_hash.md
Added a dot at an end line
pull/1463/head
valorisa
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
How_to_generate_an_bcrypt_hash.md
|
|
@ -59,7 +59,7 @@ pip3 install bcrypt |
|
|
|
# If you got externally-managed-environment error |
|
|
|
pip3 install bcrypt --break-system-packages |
|
|
|
``` |
|
|
|
Alternatively (for macOS), a softer way recommended, instead of --break-system-packages |
|
|
|
Alternatively (for macOS), a softer way recommended, instead of --break-system-packages. |
|
|
|
|
|
|
|
```bash |
|
|
|
~ % python3 -m venv path/to/venv |
|
|
|