diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-21 16:35:44 -0500 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-21 16:35:44 -0500 |
commit | ec1538856007fa60a778a65793f072b0d4b7d3b9 (patch) | |
tree | 3354d65b42d1a14451c00fba3c02f3debc9ff542 /docs | |
parent | 607ace7321d1ccf41292665ed625b44c222ec74b (diff) | |
download | sncontinue-ec1538856007fa60a778a65793f072b0d4b7d3b9.tar.gz sncontinue-ec1538856007fa60a778a65793f072b0d4b7d3b9.tar.bz2 sncontinue-ec1538856007fa60a778a65793f072b0d4b7d3b9.zip |
notice for python and to check console logs
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
|