Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoefling authored Apr 26, 2020
1 parent 1f8d1c8 commit 04c3c85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

Build steps can be found in [this answer on SO](https://stackoverflow.com/a/59957172/2650249).

### Installing using PyPI index proxy

```sh
$ pip install spacy --extra-index-url=https://hoefling.io/pypi
```
`https://hoefling.io/pypi` simply proxies `pip install` requests to GitHub release page.

### Installing from Github releases

```sh
Expand Down

0 comments on commit 04c3c85

Please sign in to comment.