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