buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.94k stars 79 forks source link

How to build from source? #17

Closed ghost closed 8 years ago

ghost commented 8 years ago

The project looks very interesting but I couldn't find instructions to build from source.

timofurrer commented 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 .