How to run Pre-requisites: System should have python v3 installed
- Clone the project to local by running command 'git clone [email protected]:mighty98/ss-test.git'
- Go to the project root folder
- Create a virtual env inside the project by running command 'python -m venv .venv'
- Activate the virtual env (If you use vscode editor simply open bash editor as the terminal. If not execute .venv/Scripts/activate)
- From the project root folder run 'pip install -r requirements.txt' to install all dependencies
- To run test -> 'python -m unittest Tests.Statistics.CyberAttackStatistics' from the root folders