mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
Update macOS doc
This commit is contained in:
parent
3f86ae0713
commit
d44a6c5e52
1 changed files with 3 additions and 2 deletions
|
@ -32,13 +32,14 @@ The install command below takes care of initializing the CA certificate store.
|
|||
|
||||
#### Installation
|
||||
```
|
||||
brew install python3
|
||||
brew install python@3.7
|
||||
brew link --force python@3.7
|
||||
```
|
||||
After installation open a new tab or window in Terminal and verify that the command `which python3` returns `/usr/local/bin/python3`.
|
||||
|
||||
#### Removal
|
||||
```
|
||||
brew uninstall python3
|
||||
brew uninstall python@3.7
|
||||
```
|
||||
|
||||
### Option 2: Install a package from Python.org
|
||||
|
|
Loading…
Add table
Reference in a new issue