You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2020/01/16 05:49:43 UTC

[incubator-superset] branch master updated: [docs] Fix CORS section in installation (#8958)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b0c7a1  [docs] Fix CORS section in installation (#8958)
2b0c7a1 is described below

commit 2b0c7a1b73e832dce67c08129b7554e4642364fb
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Wed Jan 15 21:49:33 2020 -0800

    [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 5fe81bd..1d9955e 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: