Monday, July 21, 2025

Get versions of python modules installed

 pip freeze | egrep 'pandas|pandas_market_calendars'

if you want to install a specific version:

pip install pandas_market_calendars==4.5.1

No comments:

Post a Comment