Hello ,
un petit tuto sur l’installation des modules python dans un projet python avec Pycharm
Les prérequis sont d’avoir déja installé Python, Pycharm et Git.
En premier lieu il faut créer le projet en utilisant un virtualenv
Ensuite il faut créer un fichier requirements.txt
Le fichier requirements.txt contient :
https://github.com/wazo-platform/wazo-lib-rest-client/archive/master.zip
requests==2.25.1
stevedore==3.2.2 (Ne fonctionne pas sous windows avec cette version à mettre à jour à la dernière version disponible)
Le module stevedore==3.2.2 pose un soucis sous Ouinouin mais pas sous Linux.
Cliquer en haut à droite sur Install requirements.
Ensuite cliquer en bas à droite sur terminal et taper les commande ci dessous
git clone
https://github.com/wazo-platform/wazo-confd-client
wazo-confd-client
cd wazo-confd-client
python setup.py build
python setup.py install
et la même méthode que ci dessus pour les url dessous
https://github.com/wazo-platform/wazo-setupd-client
https://github.com/wazo-platform/wazo-calld-client
https://github.com/wazo-platform/wazo-agentd-client
https://github.com/wazo-platform/wazo-auth-client
https://github.com/wazo-platform/wazo-amid-client
https://github.com/wazo-platform/wazo-dird-client
https://github.com/wazo-platform/wazo-provd-client
https://github.com/wazo-platform/wazo-confgend-client
https://github.com/wazo-platform/wazo-webhookd-client
https://github.com/wazo-platform/wazo-call-logd-client
https://github.com/wazo-platform/wazo-chatd-client
https://github.com/wazo-platform/wazo-sysconfd-client
https://github.com/wazo-platform/wazo-websocketd-client
Bon dev!!!
@+