From 2b0c7a1b73e832dce67c08129b7554e4642364fb Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Wed, 15 Jan 2020 21:49:33 -0800 Subject: [PATCH] [docs] Fix CORS section in installation (#8958) --- docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5fe81bd9e..1d9955e19 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -773,8 +773,9 @@ CORS The extra CORS Dependency must be installed: - superset[cors] +.. code-block:: text + pip install apache-superset[cors] The following keys in `superset_config.py` can be specified to configure CORS: