Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald authored Aug 28, 2024
1 parent 0453e71 commit 68b0269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ On Anaconda:
# GPU(+CPU) version
$ conda install -c pytorch faiss-gpu

You can then import the package in Python after importing pyterrier:
You can then import the package and PyTerrier in Python:

```python
import pyterrier as pt
pt.init()
import pyterrier_dr
```

Expand Down

0 comments on commit 68b0269

Please sign in to comment.