Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 517 Bytes

README.rst

File metadata and controls

36 lines (20 loc) · 517 Bytes

PyConFr 2017

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