Changeset aa81bfc in trunk
- Timestamp:
- 2022-01-07T20:29:45Z (3 years ago)
- Branches:
- master
- Children:
- f747704
- Parents:
- c766476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified docs/Installation/install-tahoe.rst ¶
rc766476 raa81bfc 29 29 30 30 4. Start PowerShell and enter the following command to verify python installation:: 31 31 32 32 python --version 33 33 34 34 5. Enter the following command to install Tahoe-LAFS:: 35 35 36 36 pip install tahoe-lafs 37 37 38 38 6. Verify installation by checking for the version:: 39 39 40 40 tahoe --version 41 41 … … 57 57 58 58 2. Install Tahoe-LAFS using pip:: 59 59 60 60 pip install tahoe-lafs 61 61 62 62 3. Verify installation by checking for the version:: 63 63 64 64 tahoe --version 65 65 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`. 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`. 67 67 68 68 You 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.