Difference between revisions of "Projects:Badge/woezel"
From SHA2017 Wiki
(→woezel) |
(→woezel) |
||
| Line 7: | Line 7: | ||
<nowiki>import woezel | <nowiki>import woezel | ||
| − | woezel.install('test')</nowiki> | + | woezel.install('test') |
| + | woeze.search('test')</nowiki> | ||
| − | + | Advanced: | |
| + | <nowiki>woezel.install(name, path, force_reinstall)</nowiki> | ||
| + | |||
| + | Example: | ||
| + | <nowiki>woezel.install('game_of_life', None, True)</nowiki> | ||
Revision as of 13:58, 22 June 2017
woezel
woezel is a variant on pip used to install badge software.
You'll probably never need to use this, since software can (soon) be installed from the Hatchery using a graphical tool.
import woezel
woezel.install('test')
woeze.search('test')
Advanced:
woezel.install(name, path, force_reinstall)
Example:
woezel.install('game_of_life', None, True)