JGuillaumin / pyconfr_2016

PyCon-fr 2016 website.

Home Page:http://2016.pycon.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCon-fr 2016

Vous avez vu une faute ou une erreur ?

Naviguez dans le répertoire content/ ci-dessus et corrigez-la :)

Merci


Load and update plugins submodule:

git submodule init
git submodule update --recursive
git submodule status

Install virtualenv:

(sudo) pip install virtualenv

To build the site:

make html

To serve it on http://localhost:8000:

make serve

and to publish it:

make publish

Publish to afpy server:

make afpy

About

PyCon-fr 2016 website.

http://2016.pycon.fr/


Languages

Language:HTML 53.8%Language:CSS 33.3%Language:Python 7.4%Language:Makefile 5.5%