mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-10 06:54:18 +00:00
Merge pull request #1082 from maxgrok/patch-2
Update README.md with OS X instructions for installation
This commit is contained in:
commit
cd9ec9dc61
1 changed files with 13 additions and 2 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue