-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
PanGraphViewer is written in python3 and can run on Windows, macOS and Linux systems.
-
We have fully tested the program in
Windows 10,Ubuntu 18.04,Ubuntu 20.04,macOS Big SurandmacOS Monterey. -
For other equivalent systems,
PanGraphViewermay work, but for older versions, there might be some problems in installing some python3 libraries, for instance thePyQtWebEnginelibrary. -
There are two
PanGraphViewerversions: Desktop-based version and Web browser-based version. -
To make it easy to run
PanGraphViewer, we strongly encourage users to useminiconda3ormicromambato install all dependencies. -
The minimum python3 recommended is
python3.6.
Depending on the system, users can download miniconda3 or micromamba
To make it easy, we recommond installing pkg version on macOS and exe on Windows.
After the installation of miniconda3, users may follow the steps below to install PanGraphViewer
-
Open
powershellorterminalOn Windows
Users need to find or search
Anaconda Powershell Prompt (miniconda3)and then open it.On Linux/macOS
Users need to find or search
Terminaland then open it. -
Update conda if there are errors in creating the following virtual environments
conda update -n base conda
-
Create virtual environment
pangraphviewer_appcd panGraphViewerApp conda env create -y -f pangraphviewer_app.yml -
Activate virtual environment
pangraphviewer_appconda activate pangraphviewer_app
-
Create virtual environment
pangraphviewer_webcd panGraphViewerWeb conda env create -y -f pangraphviewer_web.yml -
Activate virtual environment
pangraphviewer_webconda activate pangraphviewer_web