From: Santiago Castro Date: Fri, 19 Sep 2014 17:40:30 +0000 (-0300) Subject: "cd tweepy" command after git clone in README X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fb28f0190947049bfb2a8af7c17d9f286171ab85;p=tweepy.git "cd tweepy" command after git clone in README Missing "cd tweepy" command after git clone in README.md in installation instructions --- diff --git a/README.md b/README.md index 641577b..d355cca 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ You may also use Git to clone the repository from Github and install it manually: git clone https://github.com/tweepy/tweepy.git + cd tweepy python setup.py install **Note** only Python 2.6 and 2.7 are supported at