Skip to content

Commit d114212

Browse files
Sukhil PatelSukhil Patel
Sukhil Patel
authored and
Sukhil Patel
committed
Fix pip install multiple files syntax
1 parent 1009a90 commit d114212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ conda create -n ocf_datapipes python=3.10
9595
Then go inside the ocf_datapipes repo to add packages
9696

9797
```bash
98-
pip install -r requirements.txt requirements-dev.txt
98+
pip install -r requirements.txt -r requirements-dev.txt
9999
```
100100

101101
Then exit this environment, and enter back into the pvnet conda environment and install ocf_datapies in editable mode (-e). This means the package is directly linked to the source code in the ocf_datapies repo.

0 commit comments

Comments
 (0)