We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9efe5e5 + f63a594 commit 4ebe3afCopy full SHA for 4ebe3af
docs/DEPLOYMENT.md
@@ -24,6 +24,9 @@ We use Streamlit to deploy FalconVis for competitions.
24
25

26
27
+3. In Advanced Settings, change the python version to 3.10
28
+
29
+
30
---
31
32
### Local Deployment
@@ -34,4 +37,4 @@ it has been made possible to pull data from a JSON instead of from GitHub. Place
34
37
```bash
35
38
python -m streamlit run app.py
36
39
```
-> **NEVER EVER EVER** push the backup match data to Git. Verify that the path is in the `.gitignore`.
40
+> **NEVER EVER EVER** push the backup match data to Git. Verify that the path is in the `.gitignore`.
0 commit comments