如何更改 Pipfile 的 [[source]] 以便更好地使用 pipenv?

How to change the [[source]] for the Pipfile for better usage of pipenv?

Pipfile 的默认 [[source]]

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

现在只想改成url = "https://pypi.doubanio.com/simple/",需要同时改名字吗?

如果是,那么命名规则是什么? (或者我可以不带这个 "name" 就走吗?)

谢谢

检查 this page,指定索引部分。

名称是您任意定义的某个字段,并与索引键一起使用以指定包的来源。