From 157d6159f9b073dd3920a4dedb20920e6bd34a74 Mon Sep 17 00:00:00 2001 From: Alexander Kharitonov Date: Wed, 6 Apr 2022 14:02:53 +0300 Subject: [PATCH] Add a example of the config file pip.conf. --- pip.conf.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pip.conf.example diff --git a/pip.conf.example b/pip.conf.example new file mode 100644 index 0000000..00335ea --- /dev/null +++ b/pip.conf.example @@ -0,0 +1,4 @@ +[global] +index-url=http://mirror.example.com:3141/root/pypi/+simple/ +trusted-host=mirror.example.com +timeout=120