Skip to content

Vojta-Salek/PyroPara

 
 

Repository files navigation

PyroPara tests

Application for analysing termogravimetric curves obtaining Arrhenic parameters Written in python

Work done: some

github template source: https://github.com/tantecky/pyapp.git

How to prepare dev environment on Windows

  • Install Python 3.8+ (e.g. to: C:/Python38). Do NOT use python.exe from Anaconda.

  • Create virtualenv in the repo directory:

C:/Python38/python.exe -m venv venv
  • Run run_install.bat

  • Open workspace.code-workspace in VS Code.

  • Run run_dev.bat to 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

Unit testing/linting

  • Run run_tox.bat You can press ENTER for re-run.

Usage

  • Run PyroPara.exe to start the program without console window

Screenshots

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.4%
  • Batchfile 0.6%