mirror of https://github.com/kivy/kivy.git
Fix typo and mistake at FAQ.md (#8544)
* fix typos and errors * Add link to installation guide * Use https link
This commit is contained in:
parent
e5c5144060
commit
53bed70326
6
FAQ.md
6
FAQ.md
|
@ -278,12 +278,10 @@ execution.
|
||||||
latest available version and retry.
|
latest available version and retry.
|
||||||
|
|
||||||
|
|
||||||
#### I get an "ImportError: No module named event". How come?
|
#### I get an "ImportError: No module named _event". How come?
|
||||||
|
|
||||||
If you use Kivy from our development version, you must compile it before
|
If you use Kivy from our development version, you must compile it before
|
||||||
using it. In the kivy directory, run
|
using it. Check [installation guide](https://kivy.org/doc/stable/gettingstarted/installation.html) for more information.
|
||||||
|
|
||||||
make force
|
|
||||||
|
|
||||||
## Android Questions
|
## Android Questions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue