Correct installation command to include upper-constraints
Change-Id: I7856275f0bdb92851f87d1fc4235dbed3c755894
Fixes-Bug: 1640620
(cherry picked from commit 3d042a26ed
)
This commit is contained in:
parent
a71228ff10
commit
bc8fb21a3c
@ -48,7 +48,10 @@ Installation
|
|||||||
2. Install the horizon python module into your system. Run the following
|
2. Install the horizon python module into your system. Run the following
|
||||||
in the top directory::
|
in the top directory::
|
||||||
|
|
||||||
$ sudo pip install .
|
$ sudo pip install -c http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/<release> .
|
||||||
|
|
||||||
|
Where "<release>" is the release you are installing (eg. "newton",
|
||||||
|
"ocata", ...)
|
||||||
|
|
||||||
3. Create ``openstack_dashboard/local/local_settings.py``.
|
3. Create ``openstack_dashboard/local/local_settings.py``.
|
||||||
It is usually a good idea to copy
|
It is usually a good idea to copy
|
||||||
|
Loading…
Reference in New Issue
Block a user