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 f645ab2 commit 186c371Copy full SHA for 186c371
README.md
@@ -270,6 +270,10 @@ You can create a new conda environment with Python 3.12 and the `jupyter` and `v
270
conda create -n vuegen_gui -c conda-forge -c bioconda python=3.12 jupyter vuegen
271
```
272
273
+The exact Python version used for the release is specified on the
274
+[releases](https://github.com/Multiomics-Analytics-Group/vuegen/releases/latest) page
275
+as we observed that sometimes the exact Python version is required to run the GUI.
276
+
277
> [!WARNING]
278
> If you have errors with the `vuegen` package, you can install it separately using pip, as explained in the installation section.
279
>
0 commit comments