Skip to content

Commit

Permalink
additional subsections to make installation instructions less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
tpltnt committed Jan 6, 2018
1 parent 187eb56 commit 7205033
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Expand Up @@ -15,13 +15,21 @@ http://tahoe-lafs.readthedocs.io/en/latest/ .
INSTALLING
==========

There are three ways to install Tahoe-LAFS.

using OS packages
^^^^^^^^^^^^^^^^^

Pre-packaged versions are available for several operating systems:

* Debian and Ubuntu users can ``apt-get install tahoe-lafs``
* NixOS, NetBSD (pkgsrc), ArchLinux, Slackware, and Gentoo have packages
available, see `OSPackages`_ for details
* `Mac`_ and Windows installers are in development.

via pip
^^^^^^^

If you don't use an OS package, you'll need Python 2.7 and `pip`_. You may
also need a C compiler, and the development headers for python, libffi, and
OpenSSL. On a Debian-like system, use ``apt-get install build-essential
Expand All @@ -32,6 +40,8 @@ Then, to install the most recent release, just run:

* ``pip install tahoe-lafs``

from source
^^^^^^^^^^^
To install from source (either so you can hack on it, or just to run
pre-release code), you should create a virtualenv and install into that:

Expand Down

0 comments on commit 7205033

Please sign in to comment.