Fix README.rst error

Fix README.rst error.

Change-Id: I4633771b3417139915a9da39944aeac34f1f728b
This commit is contained in:
Cai Hui 2018-10-30 07:19:08 -04:00
parent 6b2b395796
commit 2a53faaa24
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ Requirements
Freezer Dashboard requires a freezer API client to be installed in the same environment as horizon::
git clone https://github.com/openstack/freezer
cd freezer
python setup.py install (is important that freezer is installed from source and not with pip and
git clone https://github.com/openstack/python-freezerclient
cd python-freezerclient
python setup.py install (is important that freezer API client is installed from source and not with pip and
is installed on horizon virtual environment)
Freezer Dashboard requires a freezer API endpoint which you can install following this steps: