Posts

Showing posts with the label anaconda

Install gspread with Anaconda

Use this command conda install -c conda-forge gspread  Read about it at https://anaconda.org/conda-forge/gspread More links about gspread below https://pypi.org/project/gspread/ https://github.com/burnash/gspread https://gspread.readthedocs.io/en/latest/

Upgrade Python on Anaconda

https://conda.io/docs/user-guide/tasks/manage-python.html#updating-or-upgrading-python https://www.anaconda.com/download/ Upgrade to the latest version on the same branch conda update python Upgrade to a specific version conda install python = 3 .6