Outils pour utilisateurs

Outils du site


python:wxpython: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 :

pip install --upgrade pip

Intallation des packages :

pip install wxPython
python/wxpython/demarrage_projet.txt · Dernière modification: 2024/01/28 14:54 par marclebrun