mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-10 06:54:18 +00:00
Update README.md with OS X instructions for installation
This commit is contained in:
parent
884a24ed22
commit
ba5dd1a9c6
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -26,7 +26,18 @@ python3 setup.py
|
||||||
|
|
||||||
## Install SET
|
## 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/>
|
<br/>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -53,4 +64,4 @@ For a full document on how to use SET, [visit the SET user manual](https://githu
|
||||||
|
|
||||||
## Bugs and enhancements
|
## Bugs and enhancements
|
||||||
For bug reports or enhancements, please open an [issue](https://github.com/trustedsec/social-engineer-toolkit/issues) here.
|
For bug reports or enhancements, please open an [issue](https://github.com/trustedsec/social-engineer-toolkit/issues) here.
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue