mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-21 20:13:04 +00:00
Merge pull request #837 from jeffmcjunkin/jeffmcjunkin-patch-1
Fix `requirements.txt` installation instructions
This commit is contained in:
commit
ef19c0ca85
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -13,6 +13,19 @@ Please read the LICENSE under readme/LICENSE for the licensing of SET.
|
|||
|
||||
#### Supported platforms:
|
||||
* Linux
|
||||
* Mac OS X (experimental)
|
||||
|
||||
# Installation
|
||||
|
||||
## Install via requirements.txt
|
||||
|
||||
```bash
|
||||
pip3 install -r requirements.txt
|
||||
python3 setup.py
|
||||
```
|
||||
|
||||
## Install SET
|
||||
=======
|
||||
* Mac OS X
|
||||
<br/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue