Created
December 5, 2017 15:39
-
-
Save honza/80504b402255fa39b8df471611d54016 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/openstack/tripleo-ui.git | |
cd tripleo-ui | |
virtualenv venv | |
source venv/bin/activate | |
pip install -r test-requirements.txt | |
cd docs | |
make html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment