79567691

Date: 2025-04-10 23:01:50
Score: 2.5
Natty:
Report link

$ pip install SomePackage # latest version

$ pip install SomePackage==1.0.4 # specific version

$ pip install 'SomePackage>=1.0.4'

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David López