Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 703 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 703 Bytes

Intro

Presentation for Python Vigo user group in March 17, 2016.

Uses Hovercraft lib to execute slideshow

Code examples are in examples.py file. Are intended for execute in python console.

Installation

  1. Clone the repo:

    $ git clone [email protected]:alexhermida/special-methods-for-muggles.git
    $ cd special-methods-for-muggles
    
  2. Create a virtualenv with Python 3 and activate it

    $ virtualenv -p python3 .venv
    $ source .venv/bin/activate
    
  3. Install dependencies

    $ pip install -r requirements.txt
    
  4. Start the slideshow:

    $ hovercraft index.rst