Skip to content

Commit

Permalink
Merge 0abb0d5 into ef18e61
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealmeid committed Oct 15, 2018
2 parents ef18e61 + 0abb0d5 commit b59f9f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/development/getting-started.rst
Expand Up @@ -19,6 +19,10 @@ mode. For example:
$ pip install --requirement dev-requirements.txt
$ pip install --editable .
Make sure that ``pip install --requirement ...`` has installed the Python
package ``vectors/`` and packages on ``tests/`` . If it didn't, you may
install them manually by using ``pip`` on each directory.

You will also need to install ``enchant`` using your system's package manager
to check spelling in the documentation.

Expand Down

0 comments on commit b59f9f7

Please sign in to comment.