Skip to content

Commit

Permalink
Update docs/docs/installation/installing-superset-from-scratch.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Firke <[email protected]>
  • Loading branch information
AlphaJack and sfirke authored Feb 13, 2024
1 parent e7d50f3 commit 36cf622
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36cf622

Please sign in to comment.