We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f1b7a commit 2b84ae2Copy full SHA for 2b84ae2
README.md
@@ -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