On 12 June 2015 at 10:49, ZZelle <zze...@gmail.com> wrote:
> Indeed, the doc[1] is unclear
>
>
> git-review can be installed using: python setup.py install or pip install .

Of those two things we only support "pip install ." - in part because
you have much less control over mirrors, proxies and inferior SSL
support with 'python setup.py install'.

http://docs.openstack.org/developer/pbr/ "Note that we don’t support
the easy_install aspects of setuptools: while we depend on
setup_requires, for any install_requires we recommend that they be
installed prior to running setup.py install - either by hand, or by
using an install tool such as pip."

As pip doesn't yet support setup_requires itself, this will currently
need a manual 'sudo pip install pbr' beforehand :/

-Rob

-- 
Robert Collins <rbtcoll...@hp.com>
Distinguished Technologist
HP Converged Cloud

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to