Skip to content

Commit 186c371

Browse files
committed
📝🐛 Add hint to Python version
GUI works with 3.12.10 for me but a dlib is missing if 3.12.11 is used.
1 parent f645ab2 commit 186c371

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ You can create a new conda environment with Python 3.12 and the `jupyter` and `v
270270
conda create -n vuegen_gui -c conda-forge -c bioconda python=3.12 jupyter vuegen
271271
```
272272

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+
273277
> [!WARNING]
274278
> If you have errors with the `vuegen` package, you can install it separately using pip, as explained in the installation section.
275279
>

0 commit comments

Comments
 (0)