Recherche
Voici les résultats de votre recherche.
Résultats plein texte: creer-projet @dev:frameworks:pyramid 2 Occurrences trouvées , Dernière modification : il y a 6 ans =
===== Environnement =====
Sur le système hote, installer python et
* Créer l'environnement virtuel python.
* Installer le framework Pyramid dans l'environnement virtuel templates @dev:frameworks:pyramid 1 Occurrences trouvées , Dernière modification : il y a 6 ans eleon =====
Dans l'environnement virtuel python, installer le module pyramid_chameleon:
<code bash>
$ pip i projet-minimal @dev:frameworks:pyramid:tutoriaux 1 Occurrences trouvées , Dernière modification : il y a 6 ans </code>
Creation du script setup.py permettant d'installer les dépendances via setuptools
<code python>
fro