From b1d05a48dc7abad5178db822423edc20c9ab0054 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Wed, 1 Aug 2018 00:35:40 +0200 Subject: [PATCH] Add files via upload If Python's script is in path, type: Tetris2000 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1d342d..378964c 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,19 @@ Or: pip3 install --user Tetris2000-PySide2 -Launch on Windows: +If Python's script is in path, type: + + Tetris2000 + +Else on Windows: python -m Tetris2000 -Launch on Linux: +Else on Linux: python3 -m Tetris2000 + #### From [GitHub](https://github.com) * From a terminal, install PyQt5: