Skip to content

Commit

Permalink
added cargo install locations for git repo and pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Shalisha Witherspoon committed Jan 31, 2025
1 parent 63f83ef commit 8c9fcdd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions transforms/universal/rep_removal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,14 @@ pip install --no-binary :all: psutil
```

B) Compile the dedup_dataset binary from the **dpk_rep_removal** package dir:
- Install from git clone repo:
```shell
cd dpk_rep_removal/rust
cargo install
cargo install --path dpk_rep_removal/rust
```
- Install from pip install (Note: Activate venv before running next commands):
```shell
PACKAGE_LOCATION=$(pip show data_prep_toolkit_transforms | grep Location | awk '{print $2}')
cargo install --path $PACKAGE_LOCATION/dpk_rep_removal/rust
```
## Input Parameters

Expand Down

0 comments on commit 8c9fcdd

Please sign in to comment.