SHA2017Badge/woezel

From Badge team
Revision as of 16:03, 15 January 2019 by AnneJan (talk | contribs) (Created page with "=woezel= woezel is a variant on [https://pip.pypa.io/en/stable/ pip] used to install badge software. You'll probably never need to use this, since software can be installed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

woezel[edit]

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.

Note[edit]

woezel checks for versions and in contrary to upip won't always overwrite installed app, each app is installed in its own folder in /lib/

Don't store application data in the application folder, before updating woezel deletes all files from the application folder!

Basic use[edit]

import woezel
woezel.install('test')
woezel.search()
woezel.search('test')

Advanced[edit]

woezel.install(name, path, force_reinstall)
Seymour.png

Example:

woezel.install('game_of_life', None, True)