回答編集履歴
1
typo
test
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
https://kivy.org/doc/stable/gettingstarted/installation.html#install-kivy
|
4
4
|
|
5
5
|
```shell
|
6
|
-
python -m pip install "kivy[base] kivy_examples
|
6
|
+
python -m pip install "kivy[base]" kivy_examples
|
7
7
|
```
|
8
8
|
|
9
9
|
|