Installation

The following sections describe how to install twtxt in different ways on your machine. Currently the we support Windows, Mac OS X and Linux via pip.

Requirements:

Release version

Install twtxt using pip:

$ pip3 install twtxt

Note

Instead of installing the package globally (as root), you may want to install this package locally by passing --user to pip, make sure that you append ~/.local/bin/ to your $PATH. Using pyvenv and running twtxt from within a virtualenv is also an option!

Development version

Clone the git repository:

$ git clone https://github.com/buckket/twtxt.git

We recommend you to develop inside a virtualenv:

$ pyvenv env
    ...
$ source env/bin/activate

Install the package via pip in developer mode:

$ pip3 install -e twtxt/