twitter-lib-python

Installation

Installation

Requirements

Install system dependencies

Install Python 3 - see gist.

Install project packages

Create virtual environment.

e.g. in the repo root.

$ python3 -m venv venv
$ source venv/bin/activate

Install packages into the virtual environment.

$ make install
$ make install-dev