Installation
To avoid dependency conflicts it is recommended to use a python environment e.g:
`conda create -n thermoflux python=3.11``conda activate thermoflux`Now thermo_flux can be safely installed. Clone the thermo_flux repository and navigate to the thermo_flux directory:
`git clone https://github.com/tednsmith/thermo_flux.git``cd thermo_flux`Navigate to where you cloned the thermo_flux directory and run (with the proper conda environment active) :
`python -m pip install .`
For development use the -e flag (for an editable install),
`python -m pip install -e .`
For thermodynamic optimisations, ensure a Gurobi license is installed correctly [(free for academics)](https://www.gurobi.com/academia/academic-program-and-licenses/):
`conda install -c gurobi gurobi`