Reputation: 108
The default [[source]]
for Pipfile is
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
Now I want to change it to:
url = "https://pypi.doubanio.com/simple/"
Do I need to change the name at the same time?
If yes, then what is the name rule (or is it okay for me to go simply without this "name")?
Upvotes: 6
Views: 11416