Closed ghost closed 8 years ago
Actually it is under Development version.
I recommend you to build a virtualenv and install it there. Do something like:
git clone https://github.com/buckket/twtxt
cd twtxt
virtualenv env -p python3.4
source env/bin/activate
python -m pip install --editable .
The project looks very interesting but I couldn't find instructions to build from source.