PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

Refactor `pbl.install` to accept a set of `module`s to install #58

Closed adamkewley closed 1 year ago

adamkewley commented 1 year ago

So that students can write:

import pbl

pbl.install(pbl.s3)
adamkewley commented 1 year ago

Fixed in aa68738