Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions deduplication/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Install

This package requires `rust` and `cargo`. The recommended way to install these dependencies is using [`rustup`](https://rustup.rs/):

```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Then, to install the python package you can use pip:

```bash
git clone https://github.com/TPC-AI/data-general-text-code-web.git
cd data-general-text-code-web/
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
'numpy>=1.11',
'scipy>=1.0.0',
'redis>=2.10.0',
'datasketch @ git+https://github.com/123epsilon/datasketch.git@060a32b4b4a2272d77480dd633a1bf770678ba49',
'pybloomfiltermmap3==0.5.7',
'datasketch @ git+https://github.com/123epsilon/datasketch.git@8f4b34f604e3d26369a50ab731b4948c0e04eb5a',
'tqdm>=4.60.0',
]
)