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 | 49bde0769d02b626df507c58366f763f0fdfc05e (patch) | |
tree | 818121f345cd297c92c293054259ccc9709c6070 /extension/README.md | |
parent | b97ceee5cad5f3a645f067353aa33c17dfcf0a60 (diff) | |
parent | ec1538856007fa60a778a65793f072b0d4b7d3b9 (diff) | |
download | sncontinue-49bde0769d02b626df507c58366f763f0fdfc05e.tar.gz sncontinue-49bde0769d02b626df507c58366f763f0fdfc05e.tar.bz2 sncontinue-49bde0769d02b626df507c58366f763f0fdfc05e.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/README.md')
-rw-r--r-- | extension/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/README.md b/extension/README.md index 2d449b92..2944325b 100644 --- a/extension/README.md +++ b/extension/README.md @@ -25,6 +25,16 @@ Let Continue build the scaffolding of Python scripts, React components, and more - “/edit make an IAM policy that creates a user with read-only access to S3” - “/edit use this schema to write me a SQL query that gets recently churned users” +## Install + +Continue requires that you have Python 3.8 or greater. If you do not, please [install](https://python.org) it + +If your Continue server is not setting up, please check the console logs: +1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows) +2. Search for and then select "Developer: Toggle Developer Tools" +3. Select `Console` +4. Read the console logs + ## OpenAI API Key New users can try out Continue with GPT-4 using a proxy server that securely makes calls to OpenAI using our API key. Continue should just work the first time you install the extension in VS Code. |