Skip to content

Commit 7da2ed1

Browse files
committed
Added more details to the README
1 parent ace8a93 commit 7da2ed1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,11 @@ poetry shell
150150
```
151151
to instantiate the virtual environment.
152152

153-
Note that, if you're having issues with `poetry` environment creation via `poetry shell` or `poetry install` -- you can also managed a `conda` environment directly:
154153

155154
**Using `conda` with `poetry`**
155+
156+
Note that, if you're having issues with `poetry` environment creation via `poetry shell` or `poetry install` -- you can also managed a `conda` environment directly (by e.g using [`miniconda`](https://docs.anaconda.com/free/miniconda/)).
157+
156158
```
157159
conda create --name programmable-vi-3.10.12 python=3.10.12
158160
conda activate programmable-vi-3.10.12

0 commit comments

Comments
 (0)