We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1251d22 commit 755384cCopy full SHA for 755384c
README.md
@@ -260,7 +260,7 @@ from the releases page according to your operating system.
260
You can create a new conda environment with Python 3.12 and the `jupyter` and `vuegen` package:
261
262
```bash
263
-conda create -n vuegen_gui -c conda-forge python=3.12 jupyter vuegen
+conda create -n vuegen_gui -c conda-forge -c bioconda python=3.12 jupyter vuegen
264
```
265
266
Then, activate the environment:
0 commit comments