We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 801b5bf + f8088d9 commit d3578d0Copy full SHA for d3578d0
1 file changed
README.md
@@ -11,7 +11,7 @@ This tool analyses your Git history for potential European data protection viola
11
## 🚀 Quick Start
12
13
```bash
14
-pip install gdpr-git-validator
+ pip install -e .
15
gdpr-validator scan /path/to/your/repo
16
```
17
@@ -43,7 +43,9 @@ Every Git repository potentially contains:
43
44
### Basic Installation (Core Features)
45
46
+git clone https://github.com/DragonDiffusionbyBoyo/EU-GDPR-Git-Validator.git
47
+cd EU-GDPR-Git-Validator
48
+pip install -e .
49
50
51
### Full Installation (All Features)
0 commit comments