File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,10 @@ You can create a new conda environment with Python 3.12 and the `jupyter` and `v
271271conda create -n vuegen_gui -c conda-forge -c bioconda python=3.12 jupyter vuegen
272272```
273273
274+ The exact Python version used for the release is specified on the
275+ [ releases] ( https://github.com/Multiomics-Analytics-Group/vuegen/releases/latest ) page
276+ as we observed that sometimes the exact Python version is required to run the GUI.
277+
274278> [ !WARNING]
275279> If you have errors with the ` vuegen ` package, you can install it separately using pip, as explained in the installation section.
276280>
Original file line number Diff line number Diff line change 9999 / "Basic_example_vuegen_demo_notebook"
100100 ).resolve ()
101101 logo_path = (
102- app_path .parent .parent / "docs" / "images" / "vuegen_logo.png"
102+ app_path .parent .parent / "docs" / "images" / "logo" / " vuegen_logo.png"
103103 ) # 1000x852 pixels
104104else :
105105 path_to_example_data = "docs/example_data/Basic_example_vuegen_demo_notebook"
You can’t perform that action at this time.
0 commit comments