forked from mirrors/amnezia-wg-easy
		
	How_to_generate_an_bcrypt_hash.md: macos homebrew
This commit is contained in:
		
							parent
							
								
									6a588ee3fa
								
							
						
					
					
						commit
						a2c758dbcb
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -53,6 +53,8 @@ pip3 install bcrypt --break-system-packages
 | 
			
		|||
 | 
			
		||||
### macOS
 | 
			
		||||
```bash
 | 
			
		||||
brew install bcrypt
 | 
			
		||||
# If don't install bcrypt using homebrew
 | 
			
		||||
pip3 install bcrypt
 | 
			
		||||
# If you got externally-managed-environment error
 | 
			
		||||
pip3 install bcrypt --break-system-packages
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue