diff options
-rw-r--r-- | docs/docs/getting-started.md | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index fc19552e..9f70e2de 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,7 +1,5 @@ # Getting started
-## 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
:::
@@ -14,12 +12,4 @@ Continue requires that you have Python 3.8 or greater. If you do not, please [in ![vscode-install](/img/continue-screenshot.png)
-4. If it's your first time using Continue, it will open a file called `calculator.py` with instructions:
-
-![codespaces-install](/img/continue-screenshot2.png)
-
-5. Try using it with your own code!
-
-## Alternative: GitHub Codespaces
-
-If you would like to try without installing on your machine, you can [open our GitHub Codespace](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1) to play with Continue in a browser-based editor
+4. Enjoy!
|