Installation
DNA2Graph is distributed through PyPI and can be installed from a terminal with the command:
This command installs the complete DNA2Graph application, including both the graphical user interface and the command-line interface.
Launching the Graphical User Interface (GUI)
After installation, DNA2Graph can be started from a terminal with:
This command opens the graphical user interface. Note that the GUI requires a Python installation with Tkinter support.
Using the Command-Line Interface (CLI)
DNA2Graph can also be used directly from the terminal through the command-line interface:
This command displays the list of available commands and options.
Updating DNA2Graph
To update DNA2Graph to the latest available version, open a terminal and run:
Updating regularly is recommended to benefit from the latest features, improvements, and bug fixes.