Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tom Pillot
Thymio Game
Commits
e7fa112a
Commit
e7fa112a
authored
Jul 03, 2020
by
Tom Pillot
Browse files
Update README.md
parent
7e191fbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e7fa112a
...
...
@@ -6,12 +6,18 @@ A competitive game in groups with Thymio.
The game needs at least Python 3.6.
Install it by running these commands (the project depends on pyqt5 so installing
the requirements can be quite long):
```
bash
git clone https://gitlab.laas.fr/tpillot/thymio-game.git
cd
thymio-game
python
-m
venv venv
.
venv/bin/activate
pip
install
-r
requirements.txt
```
And run it with:
```
bash
python main.py
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment