Skip to content

Commit af21ebc

Browse files
committed
🎨 move and extend message in case of errors
1 parent e476c3f commit af21ebc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,21 @@ You can create a new conda environment with Python 3.12 and the `jupyter` and `v
263263
conda create -n vuegen_gui -c conda-forge -c bioconda python=3.12 jupyter vuegen
264264
```
265265

266+
> [!WARNING]
267+
> If you have errors with the `vuegen` package, you can install it separately using pip, as explained in the installation section.
268+
>
269+
> ```
270+
> conda create -n vuegen_gui -c conda-forge -c bioconda python=3.12 jupyter
271+
> conda activate vuegen_gui
272+
> pip install vuegen
273+
> ```
274+
266275
Then, activate the environment:
267276
268277
```bash
269278
conda activate vuegen_gui
270279
```
271280
272-
> [!WARNING]
273-
> If you have errors with the `vuegen` package, you can install it separately using pip, as explained in the installation section.
274-
275281
Now, you can list all conda environments to find the location of the `vuegen_gui` environment:
276282

277283
```bash

0 commit comments

Comments
 (0)