diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx index 1e8ecd7d4f3de..736311e0545bb 100644 --- a/docs/docs/installation/installing-superset-from-scratch.mdx +++ b/docs/docs/installation/installing-superset-from-scratch.mdx @@ -111,7 +111,7 @@ First, start by installing `apache-superset`: pip install apache-superset ``` -Then, save some environmental variables needed by superset: +Then save some environmental variables required by Superset. Make note of this randomly-generated SUPERSET_SECRET_KEY, as without it you may be unable to decrypt the application's data in the future. ``` echo "FLASK_APP=superset" > superset_env