Opened at 2012-01-18T03:23:59Z
Last modified at 2014-09-11T22:21:45Z
#1659 new defect
pip installed-package lacks documentation. — at Version 2
Reported by: | nejucomo | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | documentation | Version: | 1.9.0 |
Keywords: | packaging pypi | Cc: | zooko, nejucomo@… |
Launchpad Bug: |
Description (last modified by nejucomo)
I am a happy user of the pip installability feature, whereby I run "pip install allmydata-tahoe" to get a running tahoe installation.
This installation lacks documentation, at least where I sometimes find other python documentation in $VIRTUALENV_ROOT/share/doc/$PACKAGE_NAME.
Request: Fix the pypi distribution to bundle all documentation such that pip-installed tahoe provides documentation in this location.
If documentation is installed elsewhere, ensure that it is compatible with virtualenv. Specifically I should be able to install different versions of tahoe-lafs in different virtualenvs and have the correct copy of documentation for each install.
Change History (2)
comment:1 Changed at 2012-01-18T18:32:22Z by zooko
- Cc zooko added
- Keywords packaging added
comment:2 Changed at 2013-07-20T18:24:13Z by nejucomo
- Description modified (diff)
- Keywords pypi added