InstallationΒΆ

At the command line:

$ easy_install pytar

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv pytar
$ pip install pytar

But, for now, we are on pre-alpha version, so:

$ pip install pytar --pre

See –pre flag on PIP documentation.