Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ To work and develop with PrivacyGuard, we recomemend cloning the repository and
```
git clone https://github.com/facebookresearch/PrivacyGuard.git --depth 1
cd PrivacyGuard
pip install -e
pip install tree-sitter==0.20.4 "setuptools<75" requests
pip install --no-build-isolation codebleu==0.6.0
pip install -e .
```


Expand Down
Loading