Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendabir committed Nov 6, 2020
1 parent 73df089 commit ddbb6c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddbb6c2

Please sign in to comment.