Skip to content

Commit

Permalink
Merge pull request #334 from afasseco/fix-pypi-link
Browse files Browse the repository at this point in the history
Correct pypi link, tar filename and path
  • Loading branch information
wbarnha authored Aug 5, 2022
2 parents 9eb770a + 04bd278 commit 9ec1858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@ The following configuration options should be passed in as keys to the options p

## Downloading and installing from source

Download the latest version of Faust from http://pypi.org/project/faust
Download the latest version of Faust from https://pypi.org/project/faust-streaming/

You can install it by doing:

```sh
$ tar xvfz faust-0.0.0.tar.gz
$ cd faust-0.0.0
$ tar xvfz faust-streaming-0.0.0.tar.gz
$ cd faust-streaming-0.0.0
$ python setup.py build
# python setup.py install
```
Expand Down

0 comments on commit 9ec1858

Please sign in to comment.