mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 04:13:20 +00:00
Add notice for Python 3.6 on Ubuntu distros.
This commit is contained in:
parent
2e0841e6fe
commit
92efb3bf3f
1 changed files with 2 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue