Serveur PyPi - Modules Python

Un dépôt privé pour vos packages Python sur http://registry.sebastien-landeau.fr

Comment utiliser ce serveur

Installation d'un package

pip install --index-url http://registry.sebastien-landeau.fr/simple/nom-du-package

Configuration permanente

Ajoutez ces lignes dans votre fichier pip.conf :

[global]
index-url = http://registry.sebastien-landeau.fr/simple/
trusted-host = localhost

Emplacement du fichier pip.conf

  • Linux/macOS : ~/.config/pip/pip.conf
  • Windows : %APPDATA%\pip\pip.ini