Changes between Version 1 and Version 2 of Ticket #1494, comment 9
- Timestamp:
- 2013-08-27T12:23:12Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1494, comment 9
v1 v2 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. The "build" procedure s resolves dependencies, but noneof the "install" procedures (excluding installing OS packages) do.4 I believe that's mistaken. The "build" procedure resolves dependencies, but ''none'' of the "install" procedures (excluding installing OS packages) do.