Skip to content

Commit

Permalink
update conda step
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishesh committed Jun 14, 2024
1 parent e10a718 commit 94c6609
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Install dependencies

* Install miniconda and create python3.12 environment

```shell
conda create --name py312 python=3.12
conda activate py312
```

* Ollama

```shell
Expand Down

0 comments on commit 94c6609

Please sign in to comment.