Skip to content

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
averagehat committed Mar 4, 2016
1 parent bb7f937 commit 272a115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1. Install [mypy](https://github.com/python/mypy#quick-start)

2. Run mypy MYPYPATH=$PWD/mypy:$PWD/mypy/out mypy --py2 bioframework/consensus.py
2. Run mypy: `MYPYPATH=$PWD/mypy:$PWD/mypy/out mypy --py2 bioframework/consensus.py`

If needed, uses `stubgen` to generate more stub files for other libraries.

0 comments on commit 272a115

Please sign in to comment.