Skip to content

Commit d3578d0

Browse files
Merge remote changes with UX improvements
2 parents 801b5bf + f8088d9 commit d3578d0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tool analyses your Git history for potential European data protection viola
1111
## 🚀 Quick Start
1212

1313
```bash
14-
pip install gdpr-git-validator
14+
pip install -e .
1515
gdpr-validator scan /path/to/your/repo
1616
```
1717

@@ -43,7 +43,9 @@ Every Git repository potentially contains:
4343

4444
### Basic Installation (Core Features)
4545
```bash
46-
pip install gdpr-git-validator
46+
git clone https://github.com/DragonDiffusionbyBoyo/EU-GDPR-Git-Validator.git
47+
cd EU-GDPR-Git-Validator
48+
pip install -e .
4749
```
4850

4951
### Full Installation (All Features)

0 commit comments

Comments
 (0)