diff --git a/README.markdown b/README.markdown index 7775ef4..53973f2 100644 --- a/README.markdown +++ b/README.markdown @@ -56,18 +56,7 @@ Example Use twitter = Twython() results = twitter.search(q='python') - # All the functions of twython is supported in twythonrequests. - Note: - Don't do this - from twython import Twython - from twythonrequests import Twython - - instead try this - import twython - import twythonrequests - - since you can hack both twython features. - +Note: Twython works in PyPy not twython3k A note about the development of Twython (specifically, 1.3) ---------------------------------------------------------------------------------------------------- As of version 1.3, Twython has been extensively overhauled. Most API endpoint definitions are stored diff --git a/README.txt b/README.txt index e801f15..aec6ac2 100644 --- a/README.txt +++ b/README.txt @@ -55,18 +55,7 @@ Example Use twitter = Twython() results = twitter.search(q='python') - # All the functions of twython is supported in twythonrequests. - Note: - Don't do this - from twython import Twython - from twythonrequests import Twython - - instead try this - import twython - import twythonrequests - -since you can hack both twython features. - +Note: twython works in PyPy not twython3k A note about the development of Twython (specifically, 1.3) ---------------------------------------------------------------------------------------------------- As of version 1.3, Twython has been extensively overhauled. Most API endpoint definitions are stored