Changeset aa81bfc in trunk


Ignore:
Timestamp:
2022-01-07T20:29:45Z (3 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
f747704
Parents:
c766476
Message:

cleanup whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified docs/Installation/install-tahoe.rst

    rc766476 raa81bfc  
    2929
    30304. Start PowerShell and enter the following command to verify python installation::
    31    
     31
    3232    python --version
    3333
    34345. Enter the following command to install Tahoe-LAFS::
    35    
     35
    3636    pip install tahoe-lafs
    3737
    38386. Verify installation by checking for the version::
    39    
     39
    4040    tahoe --version
    4141
     
    5757
    58582. Install Tahoe-LAFS using pip::
    59    
     59
    6060    pip install tahoe-lafs
    6161
    62623. Verify installation by checking for the version::
    63    
     63
    6464    tahoe --version
    6565
    66 If you are looking to hack on the source code or run pre-release code, we recommend you install Tahoe-LAFS on a `virtualenv` instance. To learn more, see :doc:`install-on-linux`.   
     66If you are looking to hack on the source code or run pre-release code, we recommend you install Tahoe-LAFS on a `virtualenv` instance. To learn more, see :doc:`install-on-linux`.
    6767
    6868You can always write to the `tahoe-dev mailing list <https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev>`_ or chat on the `Libera.chat IRC <irc://irc.libera.chat/%23tahoe-lafs>`_ if you are not able to get Tahoe-LAFS up and running on your deployment.
Note: See TracChangeset for help on using the changeset viewer.