Merge pull request #125 from sylveon/master

Explicitely declare Python 3.6 in the shebang
This commit is contained in:
Charles Milette 2017-11-07 17:19:14 -05:00 committed by GitHub
commit 78ac6e10de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,8 @@ Sample Set #1 | Sample Set #2
Type `python3 -V` in your terminal to verify that you have [Python 3.6](https://www.python.org/downloads/) or later installed.
[Users of Ubuntu 16.04 and before can get Python 3.6 from a PPA.](https://askubuntu.com/a/865569) On more recent versions, you can install it with just `sudo apt install python3.6`. It is also preinstalled in 17.10 and upwards.
## npm
You can install in any (npm-supported) OS using `npm install --global pokemon-terminal`. That's it, you're done!

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.6
"""The main module that brings everything together."""
import os