Merge "Update the contributor doc for macos"

This commit is contained in:
Zuul 2019-05-09 20:35:17 +00:00 committed by Gerrit Code Review
commit eccdf5f81d
1 changed files with 6 additions and 0 deletions

6
doc/source/contributor/development-environment.rst Normal file → Executable file
View File

@ -129,6 +129,12 @@ or Mac OS X 10.7 (OpenSSL 0.9.8r) or Mac OS X 10.10.3 (OpenSSL 0.9.8zc) works
fine with nova. OpenSSL versions from brew like OpenSSL 1.0.1k work fine
as well.
Brew is very useful for installing dependencies. As a minimum for running tests,
install the following::
brew install python3 postgres
python3 -mpip install tox
Building the Documentation
==========================