Python Forum
gspread and installing in general
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gspread and installing in general
#1
Hi,
I'm learning Python, so sorry if this is a dumb question. I did try finding the answer before posting, but I was not successful. I installed gspread ' pip install gspread' , but afterwards when I used the pip list -o command, I thought I would see 'gspread' listed, but I don't.
How do I know it was actually installed?
thank you
Reply
#2
It should be found in pip list
check pip -V
and python -V
make sure they match
Reply
#3
(Sep-30-2022, 02:39 AM)Larz60+ Wrote: It should be found in pip list
check pip -V
and python -V
make sure they match

Thank you very much. I can see it with 'pip -V'... I installed this on my PC for testing for now, but need to install on a server. I understand that this is just installing a module so that gspread can be used and that it wouldn't cause any problems for other active Python scripts.
Thank you again
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  updating Google spreadsheet with gspread mgallotti 0 1,098 Sep-30-2022, 11:26 PM
Last Post: mgallotti
  gspread - applying ValueRenderOption to a range of cells dwassner 0 1,702 Jan-12-2022, 03:05 PM
Last Post: dwassner
  How do I insert images in Python using gspread (or any other package)? ivansing23 0 2,270 Jul-27-2020, 01:26 PM
Last Post: ivansing23

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020