File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Deis controller requirements
22#
3- # NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
4- # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
5- #
63Django == 1.6.11
74django-cors-headers == 1.0.0
85# required for south migrations
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ Please add any issues you find with this documentation to the
1818 (docs)$ pip install -r docs_requirements.txt
1919 ```
2020
21- See comments at the top of the ``docs_requirements.txt`` file if you
22- have problems with this step on Mac OS X Mavericks.
23-
24212. Build the documentation and host it on a local web server:
2522
2623 ```console
Original file line number Diff line number Diff line change 44# one requirements file. Please keep it up-to-date with the root
55# requirements.txt and dev_requirements.txt files.
66#
7- # NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
8- # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
9- #
107Django==1.6.11
118django-cors-headers==1.0.0
129# required for south migrations
You can’t perform that action at this time.
0 commit comments