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 | bb15779cd480dd64492b030ec99485f8345b028f (patch) | |
tree | 7eeb702e4a67a62752b3b8f231ff20766a74b64b /README.md | |
parent | d465766da25d89be6ab71e50cbe30725caee59c5 (diff) | |
download | sncontinue-bb15779cd480dd64492b030ec99485f8345b028f.tar.gz sncontinue-bb15779cd480dd64492b030ec99485f8345b028f.tar.bz2 sncontinue-bb15779cd480dd64492b030ec99485f8345b028f.zip |
notice for python and to check console logs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -44,6 +44,16 @@ Let Continue build the scaffolding of Python scripts, React components, and more ### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) +## 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. |