Changes between Initial Version and Version 9 of Ticket #1270


Ignore:
Timestamp:
2016-03-26T21:35:14Z (9 years ago)
Author:
warner
Comment:

Now that we're on pip, the command to download the sources for all dependencies (but not compile or install them) is:

pip download tahoe-lafs

And pip wheel tahoe-lafs will download+compile, but not install, leaving you with a directory full of *.whl files.

The original request is more of an INVALID now, since we no longer want people to even attempt to use dependencies that are already present on their system (instead we recommend creating a new virtualenv, isolated from the system).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1270

    • Property Keywords packaging install added
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from undecided to 1.11.0