Outils pour utilisateurs

Outils du site


python:tk:demarrage_projet

Démarrage d'un nouveau projet

Créer un nouveau dossier pour le projet “hello_world” :

mkdir /home/marc/hello_world
cd /home/marc/hello_world

Création d'un Virtual Environment :

python3 -m venv venv
source venv/bin/activate

Mise à jour de PIP :

python -m pip install --upgrade pip
python/tk/demarrage_projet.txt · Dernière modification: 2024/01/29 07:22 par marclebrun