The 'extra' environment marker and its operators

I think this is almost right. It’s actually:

  • pip install package implies package[(install_requires),default] ,
  • pip install package[other] implies package[(install_requires),other] .