ShrRa / python-intermediate-development

Intermediate Python for Astronomical Software Development
https://shrra.github.io/python-intermediate-development/
Other
3 stars 4 forks source link

pip version freeze format #12

Open mpgh opened 5 days ago

mpgh commented 5 days ago

some pip versions produce non-standard format output, to ensure it works on multiple OS architectures, the recommended way would be:

pip list --format=freeze