Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ Installing from GitHub involves the following steps:
4. Install SecureTea package:
`$ sudo python3 setup.py install`

If done, proceed to [After installation](#after-installation)


#### Zip
Installing from Zip involves the following steps:

1. Download the [zip](https://github.com/OWASP/SecureTea-Project/archive/master.zip).

2. Unzip using: `$ unzip master.zip`
2. Unzip using: `$ unzip SecureTea-Project-master.zip`

3. Navigate into the project directory:
`$ cd SecureTea-Project`
`$ cd SecureTea-Project-master `

4. Install python dependencies
`$ sudo python3 -m pip install -r requirements.txt`
Expand All @@ -114,6 +114,8 @@ Installing from Zip involves the following steps:

Tip: Incase of any error during installation related to NetfilterQueue, try using `$ sudo apt-get install build-essential python-dev libnetfilter-queue-dev` to resolve the error.

If done, proceed to After installation

<br>
<hr>
#### Configuring SecureTea
Expand Down