Skip to content

1. Installation

João Camacho edited this page Dec 11, 2018 · 1 revision

1.1. How to install?

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