8000
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 8ebea2e commit d5738f6Copy full SHA for d5738f6
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