From 55025094a9239c83d19bf221ac4b7dbd34f98e03 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Wed, 1 Aug 2018 00:37:33 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 378964c..85b9def 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Or: pip3 install --user Tetris2000-PySide2 -If Python's script is in path, type: +If Python's Scripts directory is in path, type: Tetris2000 @@ -36,7 +36,7 @@ Else on Linux: #### From [GitHub](https://github.com) -* From a terminal, install PyQt5: +From a terminal, install PyQt5: pip3 install --user PyQt5 @@ -44,11 +44,11 @@ or PySide2: pip3 install --user PySide2 -* Install qdarkstyle: +Install qdarkstyle: pip3 install --user qdarkstyle * Download the archive from [GitHub](https://github.com/adrienmalin/Tetris2000) * Unzip the archive * Open Tetris2000 folder -* Launch Tetris2000.py \ No newline at end of file +* Launch Tetris2000.py