File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -263,15 +263,21 @@ You can create a new conda environment with Python 3.12 and the `jupyter` and `v
263263conda 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+
266275Then, activate the environment:
267276
268277```bash
269278conda 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-
275281Now, you can list all conda environments to find the location of the ` vuegen_gui ` environment:
276282
277283``` bash
You can’t perform that action at this time.
0 commit comments