Application for analysing termogravimetric curves obtaining Arrhenic parameters Written in python
Work done: some
github template source: https://github.com/tantecky/pyapp.git
-
Install Python 3.8+ (e.g. to:
C:/Python38). Do NOT usepython.exefrom Anaconda. -
Create virtualenv in the repo directory:
C:/Python38/python.exe -m venv venv-
Run
run_install.bat -
Open
workspace.code-workspacein VS Code. -
Run
run_dev.batto start the program in console for easier debugging. You can press ENTER for re-run. -
If you add a new dependecy run:
run_tox_recreate.bat
- Run
run_tox.batYou can press ENTER for re-run.
- Run
PyroPara.exeto start the program without console window
