From ed1fc31a1edbaf1ba040e9c33a99a23a8e48b1ed Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:07:02 +0200 Subject: [PATCH] Update requierements --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98c465c..78f124b 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,14 @@ If you've successfully used a model that's not listed here, please let us know b ## Installation Plugin -1. Install [Ollama](https://ollama.com). Make sure to review the system requirements before installation. -2. Install a language model in Ollama. For example, you can run: +1. Install QtCreator 14.0 +2. Install [Ollama](https://ollama.com). Make sure to review the system requirements before installation. +3. Install a language model in Ollama. For example, you can run: ``` ollama run starcoder2:7b ``` -3. Download the QodeAssist plugin. -4. Launch Qt Creator and install the plugin: +4. Download the QodeAssist plugin. +5. Launch Qt Creator and install the plugin: - Go to About -> About Plugins - Click on "Install Plugin..." - Select the downloaded QodeAssist plugin archive file