Posts Downloads Tags About RSS feed of posts

pip notes

Find available package versions: pip install foobar==

Install a specific version pip install foobar==1.2.3

#python