Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Reza Omrani <38619429+omranisecurity@users.noreply.github.com>
  • Loading branch information
omranisecurity authored Sep 3, 2024
1 parent 016a7af commit 8ecd3d2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,30 @@ CorsOne
- **STDIN** support enables easy integration with other tools or your own methodology

# Install
CorsOne requires Python v3 to install successfully.
- Create a Virtual Environment
```
python3 -m venv env-corsone
```
- Activate the Virtual Environment

On macOS/Linux:
```
source env-corsone/bin/activate
```
On Windows:
```
env-corsone\Scripts\activate
```
- Clone the Repository:
```
git clone https://github.com/omranisecurity/CorsOne.git
cd CorsOne
python3 -m pip install -r requirements.txt
```
- Exit the Virtual Environment (when done):
```
deactivate
```

# Usage
```python
Expand Down

0 comments on commit 8ecd3d2

Please sign in to comment.