From 9ddcea22f7f353169a76c8a9d800b4d81f2e569f Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 18 Jan 2020 10:34:51 -0600 Subject: [PATCH] Replace usage of Easy Install with pip in README installation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7aeb5..7f83f39 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ GitHub and install it manually: git clone https://github.com/tweepy/tweepy.git cd tweepy - python setup.py install + pip install . You may also install Tweepy directly from the GitHub repository using pip: -- 2.25.1