Difference between revisions of "Projects:Badge/woezel"

From SHA2017 Wiki
Jump to: navigation, search
(woezel)
(woezel)
Line 8: Line 8:
 
  <nowiki>import woezel
 
  <nowiki>import woezel
 
woezel.install('test')</nowiki>
 
woezel.install('test')</nowiki>
 +
 +
Currently only has <code>.install</code> method, will need <code>.search</code> and <code>.list</code> methods too!

Revision as of 13:16, 12 June 2017

Badge Badge project - Documentation - Github - Sponsorship - Organisation

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')

Currently only has .install method, will need .search and .list methods too!