From ddbb6c24f23eb5a9fdbe4a0ac4ff071d2f469fbe Mon Sep 17 00:00:00 2001 From: Benjamin Riviere Date: Fri, 6 Nov 2020 23:02:06 +0100 Subject: [PATCH] Update readme. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 148a962..df61585 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ Of course, best is to use a virtual env. virtualenv -p python3.8 env source env/bin/activate -pip install -r requirements.txt +pip install . +``` + +You can also install it directly from GitHub. + +```bash +pip install git+https://github.com/bendabir/torch-kafka ``` ## Usage