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.
2 parents 8ebea2e + d5738f6 commit 8a8d04fCopy full SHA for 8a8d04f
doc/source/recipes.rst
@@ -251,7 +251,7 @@ install`` with an appropriate environment.
251
For instance, the following is all that's necessary to create a recipe
252
for the Vispy module::
253
254
- from pythonforandroid.toolchain import PythonRecipe
+ from pythonforandroid.recipe import PythonRecipe
255
class VispyRecipe(PythonRecipe):
256
version = 'master'
257
url = 'https://github.com/vispy/vispy/archive/{version}.zip'
0 commit comments