Skip to content

Commit 2b84ae2

Browse files
committed
feat: add README.md
1 parent d4f1b7a commit 2b84ae2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# sast-skill-docs
2+
3+
## Installation
4+
5+
```bash
6+
python3 -m venv .venv
7+
source .venv/bin/activate
8+
pip install -r requirements.txt
9+
```

0 commit comments

Comments
 (0)