Skip to content

Commit

Permalink
Merge pull request #1082 from maxgrok/patch-2
Browse files Browse the repository at this point in the history
Update README.md with OS X instructions for installation
  • Loading branch information
HackingDave authored Sep 9, 2024
2 parents e6fe8af + ba5dd1a commit cd9ec9d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/>

0 comments on commit cd9ec9d

Please sign in to comment.