Skip to content

Commit

Permalink
Updated README.md | Correction at line y-scope#10 here.
Browse files Browse the repository at this point in the history
- I think the line y-scope#10 got carried away from the clp-py-utils. 
- For these packages to work, we need to copy these local directories to site-packages. Not clp-py-utils again and again. 
- Thus, the proposed correction.
  • Loading branch information
thepegasos authored Nov 29, 2022
1 parent 15ec02f commit 6536405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/job-orchestration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CLP's Compression Job Handler can be used to interface and submit compression jo

```bash
pip3 install -r requirements.txt --target <clp-package>/lib/python3/site-packages
cp -R clp_py_utils <clp-package>/lib/python3/site-packages
cp -R job-orchestration <clp-package>/lib/python3/site-packages
```

## Usage
Expand Down

0 comments on commit 6536405

Please sign in to comment.