From 8ecd3d2348a15d1ead7919d1a0fcb2a9d0852dc9 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Omrani <38619429+omranisecurity@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:56:38 +0330 Subject: [PATCH] Update README.md Signed-off-by: Mohammad Reza Omrani <38619429+omranisecurity@users.noreply.github.com> --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 136d178..a628d56 100644 --- a/README.md +++ b/README.md @@ -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