Skip to content

Software Installation

Jackson Huse edited this page Jan 18, 2023 · 5 revisions

The Software

In this GitHub Repository, there are several python files that are able to be executed to assist in generating Chemical Reaction Networks for a given function. Though functions are limited to the program's current state, it is a very useful tool for cross-checking any calculations.

Installation

  • Please make sure latex is installed on your computer.

FOR WINDOWS:

  1. Download the latest release: https://github.com/CUT-Labs/FUNDNA/releases.
  2. Unzip the file.
  3. Run the GUI executable ("FUNDNA.exe" recommended, "FUNDNA --debug.exe" for testing purposes).

FOR OTHER PLATFORMS:

  1. Download, fork, or clone the repository.
  2. Make sure the latest version of Python (Anaconda recommended) is installed along with Pathlib, Tkinter, NumPy, SciPy, NetworkX, Math, MPMath, and Pillow.
  3. Run the GUI file (~/build/gui.py).*
Clone this wiki locally