Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 613 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 613 Bytes

How to run Pre-requisites: System should have python v3 installed

  1. Clone the project to local by running command 'git clone git@github.com:mighty98/ss-test.git'
  2. Go to the project root folder
  3. Create a virtual env inside the project by running command 'python -m venv .venv'
  4. Activate the virtual env (If you use vscode editor simply open bash editor as the terminal. If not execute .venv/Scripts/activate)
  5. From the project root folder run 'pip install -r requirements.txt' to install all dependencies
  6. To run test -> 'python -m unittest Tests.Statistics.CyberAttackStatistics' from the root folders