diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-21 16:43:20 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-21 16:43:20 -0700 |
commit | 0410e9da9264e9ece0daf0bbb0c7941f9dde710b (patch) | |
tree | afd5a91bec47387cd4d18cbe5294726fdb780658 /docs | |
parent | c6d21674d688cef3d93b63fc1bf0aa9e07a323e3 (diff) | |
parent | bb15779cd480dd64492b030ec99485f8345b028f (diff) | |
download | sncontinue-0410e9da9264e9ece0daf0bbb0c7941f9dde710b.tar.gz sncontinue-0410e9da9264e9ece0daf0bbb0c7941f9dde710b.tar.bz2 sncontinue-0410e9da9264e9ece0daf0bbb0c7941f9dde710b.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/getting-started.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index 753c1479..fc19552e 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -2,6 +2,10 @@ ## Recommended: Install in VS Code
+:::note
+Continue requires that you have Python 3.8 or greater. If you do not, please [install](https://python.org) it
+:::
+
1. Click `Install` on the **[Continue extension in the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Continue.continue)**
2. This will open the Continue extension page in VS Code, where you will need to click `Install` again
|