Skip to content

AFPy/pyconfr-2016

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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