-
Notifications
You must be signed in to change notification settings - Fork 1
1. Installation
João Camacho edited this page Dec 11, 2018
·
1 revision
The easier way to install mini-frame is to download the entire package typing in your terminal
$ git clone https://github.com/jdavidrcamacho/mini-frame.git
Afterwards you can go to mini-frame main folder and type
$ python setup.py develop
mini-frame will now be installed in your computer and can be imported as any normal python package with
import miniframe
Well this ended up not being very mini...