We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d11ea commit f767ec5Copy full SHA for f767ec5
projects/Speed_Game/README.md
@@ -13,13 +13,13 @@ The speed game is a game that guesses the capital of various countries within a
13
## **Getting Started 💻**
14
15
There was a GUI difference between mac and window in the tkinter module, so the folder was divided.
16
-You can choose what suits your OS.
17
+1. install packages.
18
```shell
19
-pip install pandas
20
-pip install openpyxl
21
-pip install pillow
+pip install -r requirements.txt
22
```
+2. go to directory what suits your OS.
+3. run main.py
23
24
## **How to Contribute 🌈**
25
0 commit comments