summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-08-03 08:55:08 -0700
committerGitHub <noreply@github.com>2023-08-03 08:55:08 -0700
commit0dd36a2d114f01d8a074103a78b16c70bf907074 (patch)
tree3953c496fe1b424306ff0c5dd6d64f5a88fd282b
parent0c14605421e9c05fb57c7fda5b62d4354a207aba (diff)
downloadsncontinue-0dd36a2d114f01d8a074103a78b16c70bf907074.tar.gz
sncontinue-0dd36a2d114f01d8a074103a78b16c70bf907074.tar.bz2
sncontinue-0dd36a2d114f01d8a074103a78b16c70bf907074.zip
Update troubleshooting.md
-rw-r--r--docs/docs/troubleshooting.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md
index 52385855..5416ea21 100644
--- a/docs/docs/troubleshooting.md
+++ b/docs/docs/troubleshooting.md
@@ -39,6 +39,10 @@ To get a completely fresh install of Continue, you can delete the `~/.continue`
If none of these work, you can start the server yourself as is explained here: [Running the Continue server manually](https://continue.dev/docs/how-continue-works)
+## Python requirement
+
+Continue requires that you have Python 3.8 or greater. You can check what version you have by running either `python3 --version` or `python --version` from a terminal. If the version is not 3.8.x or higher, please [install](https://python.org) it
+
## Still having trouble?
Create a GitHub issue [here](https://github.com/continuedev/continue/issues/new?assignees=&labels=bug&projects=&template=bug-report-%F0%9F%90%9B.md&title=), leaving the details of your problem, and we'll be able to more quickly help you out.