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
parent
commit
b99a2c25c4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      How_to_generate_an_bcrypt_hash.md

2
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

Loading…
Cancel
Save