Skip to content

Commit

Permalink
Update required Python versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Oct 22, 2018
1 parent 5f18a0e commit 100acad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ available.

### Building and Running Tests

`eg` depends only on standard libraries and Python 2.x, so building should be a
simple matter of cloning the repo and running the executable `eg/eg.py`.
`eg` depends only on standard libraries and Python 2.x/3.x, so building should
be a simple matter of cloning the repo and running the executable `eg/eg.py`.

`eg` uses pytest for testing, so you'll have to have it installed to run tests.
Once you have it, run `py.test` from **the root directory of the repo**.
Expand Down

0 comments on commit 100acad

Please sign in to comment.