Skip to content

Instantly share code, notes, and snippets.

@ashwin-nair-gh
Created September 29, 2020 14:28
Show Gist options
  • Save ashwin-nair-gh/5f0148526840154995bd452b53c308f0 to your computer and use it in GitHub Desktop.
Save ashwin-nair-gh/5f0148526840154995bd452b53c308f0 to your computer and use it in GitHub Desktop.
(env) ashwinnair@ashwins-mbp virtualenv Directory % pip install pandas
Collecting pandas
Downloading pandas-1.1.2-cp38-cp38-macosx_10_9_x86_64.whl (10.6 MB)
|████████████████████████████████| 10.6 MB 4.8 MB/s
Collecting python-dateutil>=2.7.3
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting pytz>=2017.2
Using cached pytz-2020.1-py2.py3-none-any.whl (510 kB)
Collecting numpy>=1.15.4
Downloading numpy-1.19.2-cp38-cp38-macosx_10_9_x86_64.whl (15.3 MB)
|████████████████████████████████| 15.3 MB 5.2 MB/s
Collecting six>=1.5
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Installing collected packages: six, python-dateutil, pytz, numpy, pandas
Successfully installed numpy-1.19.2 pandas-1.1.2 python-dateutil-2.8.1 pytz-2020.1 six-1.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment