<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mirrors on We Are The World</title>
    <link>https://hugo-help.pages.dev/tags/mirrors/</link>
    <description>Recent content in Mirrors on We Are The World</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>YK</copyright>
    <lastBuildDate>Fri, 10 Jan 2025 00:00:01 +0000</lastBuildDate>
    <atom:link href="https://hugo-help.pages.dev/tags/mirrors/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PIP Fast Mirrors</title>
      <link>https://hugo-help.pages.dev/posts/pip-fast-mirrors/</link>
      <pubDate>Fri, 10 Jan 2025 00:00:01 +0000</pubDate>
      <guid>https://hugo-help.pages.dev/posts/pip-fast-mirrors/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;PIP Fast Mirrors&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# 阿里源&#xA;pip config set global.index-url https://mirrors.aliyun.com/pypi/simple&#xA;&#xA;# 腾讯源&#xA;pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple&#xA;&#xA;# 豆瓣源&#xA;pip config set global.index-url http://pypi.douban.com/simple&#xA;&#xA;# 中科大源&#xA;pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple&#xA;&#xA;# 清华源&#xA;pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple&#xA;&#xA;# 换回默认源&#xA;pip config unset global.index-url&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
