Merge pull request #1082 from maxgrok/patch-2

Update README.md with OS X instructions for installation
This commit is contained in:
David Kennedy 2024-09-09 10:14:20 -04:00 committed by GitHub
commit cd9ec9dc61
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/>