femmerling / himakomsi-workshop

Example from Himakomsi - Python ID Jogja Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python ID Jogja - Himakomsi UGM Workshop Example

Requirements

  • Python 3.5+
  • virtualenv
  • flask

Running

You need virtualenv to run this.

To install virtualenv

$ pip install virtualenv

Then at root folder of this repo run

$ virtualenv env
$ source/env/bin/activate
$ pip install -r requirements.txt

To run the server

$ python app.py

Further questions

Please leave your questions at the repo's issues

Presentation file

Should you need the presentation at the workshop, check [this link on google drive] (https://docs.google.com/presentation/d/1_W6B_9BszI8JVQZ_riAyW1rka6d6WF-FDcmkTh_gIg8/edit)

About

Example from Himakomsi - Python ID Jogja Workshop


Languages

Language:Python 59.6%Language:HTML 40.4%