Changes between Initial Version and Version 1 of Ticket #1494, comment 9
- Timestamp:
- 2013-08-27T12:22:40Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1494, comment 9
initial v1 2 2 > Even if canercandan doesn't give more information, I now understand that {{{python setup.py install}}} doesn't install dependencies, only the main package. This is unlike {{{easy_install allmydata-tahoe}}} and {{{pip install allmydata-tahoe}}} and unlike just doing {{{python setup.py build}}} and running the software from the current directory, as is recommended in [source:trunk/docs/quickstart.rst quickstart.rst]. All of those three options will automatically resolve dependencies. 3 3 4 I believe that's mistaken. All of the "build" procedures resolvedependencies, but none of the "install" procedures (excluding installing OS packages) do.4 I believe that's mistaken. The "build" procedures resolves dependencies, but none of the "install" procedures (excluding installing OS packages) do.