Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 327 Bytes

Cybersecurity 10k/8k Analysis

by Samuel W. Donovan & Luke Barousse

Getting Started

Clone Repo

git clone https://github.com/lukebarousse/CyberSecurity_Analysis.git

Create conda environment

conda create -n cs_anal -f requirements.txt

Activate conda environment

conda activate cs_anal