From 68b0269df1aeae246caecb0f69f97b1f7a04e4bf Mon Sep 17 00:00:00 2001 From: Craig Macdonald Date: Wed, 28 Aug 2024 13:06:01 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4efb072..fd33f60 100644 --- a/README.md +++ b/README.md @@ -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 ```