Update README.md with OS X instructions for installation

This commit is contained in:
maxgrok 2024-06-17 20:48:25 -04:00 committed by GitHub
parent 884a24ed22
commit ba5dd1a9c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,18 @@ python3 setup.py
## Install SET
=======
* Mac OS X
#### Mac OS X
You will need to use a virtual environment for the Python install if you are using an M2 Macbook with the following instructions in your CLI within the social-engineer-toolkit directory.
```bash
# to install dependencies, run the following:
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install -r requirements.txt
# to install SET
sudo python3 setup.py
```
<br/>
## Installation
@ -53,4 +64,4 @@ For a full document on how to use SET, [visit the SET user manual](https://githu
## Bugs and enhancements
For bug reports or enhancements, please open an [issue](https://github.com/trustedsec/social-engineer-toolkit/issues) here.
<br/>
<br/>