Skip to content

Commit

Permalink
Add a more visible link to wheels in doc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Oct 13, 2016
1 parent 656a476 commit 56d36fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/installing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ git clone https://github.com/gem/oq-engine.git
git clone https://github.com/gem/oq-hazardlib.git
```

install the OpenQuake requirements (from sources)<sup>[1](#note1)</sup>
install the OpenQuake requirements (from sources or [using binary wheels](#note1)<sup>[1](#note1)</sup>

```bash
pip install -r oq-engine/requirements-dev.txt
Expand Down Expand Up @@ -88,6 +88,8 @@ To uninstall the OpenQuake development make sure that its environment is not loa

***

### Notes ###

*<a name="note1">[1]</a>: a binary version of the dependencies (that do not require compilers, libs...) can be installed using*

```bash
Expand Down

0 comments on commit 56d36fd

Please sign in to comment.