Installation & Testing — python-twitter 3.4.2 documentation (original) (raw)
Installation¶
From PyPI
$ pip install python-twitter
From source
Install the dependencies:
Alternatively use pip:
$ pip install -r requirements.txt
Download the latest python-twitter library from: https://github.com/bear/python-twitter/
Extract the source distribution and run:
$ python setup.py build $ python setup.py install
Testing¶
The following requires pip install pytest
and pip install pytest-cov
. Run:
If you would like to see coverage information:
Getting the code¶
The code is hosted at Github.
Check out the latest development version anonymously with:
$ git clone git://github.com/bear/python-twitter.git $ cd python-twitter