주혜민
주혜민

Reputation: 77

How to install tweepy via pip?

I write down

pip install tweepy

but I got an Error such as

File "<stdin>", line 1
C:\>pip install tweepy
 ^

SyntaxError: invalid syntax

Before I wrote this code, I install pip, but why can't I install tweepy????

Upvotes: 0

Views: 1947

Answers (1)

user10434973
user10434973

Reputation:

In your terminal enter: python -m pip install tweepy.

Upvotes: 2

Related Questions