Skip to content

Commit de46462

Browse files
authored
Update README.md (#531)
Using `pip install -e core` without installing requirements first skips the use of the -f command inside requirements files ( a security feature of pip), direct users to install requirements first separately.
1 parent 2325984 commit de46462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ please reach out to us on the `#turbine` channel of the
3939

4040
```
4141
pip install shark-turbine
42-
# Or editable: pip install -e core
42+
# Or for editable: see instructions under developers
4343
```
4444

4545
The above does install some unecessary cuda/cudnn packages for cpu use. To avoid this you

0 commit comments

Comments
 (0)