Skip to content

Commit

Permalink
Update README.md (#531)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dan-garvey authored Mar 14, 2024
1 parent 2325984 commit de46462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ please reach out to us on the `#turbine` channel of the

```
pip install shark-turbine
# Or editable: pip install -e core
# Or for editable: see instructions under developers
```

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

0 comments on commit de46462

Please sign in to comment.