Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 621 Bytes

Timstof Extractor GUI

How to Download:

Naviagte to the releases tab of this github repo and download the .exe file from the latest release. Simply double click on the .exe file to run the program.

Developers:

How to run locally:

pip clone https://github.com/pgarrett-scripps/timsTofExtractorGUI.git pip install -r requirements.txt python app.py

How to compile exe:

pip clone https://github.com/pgarrett-scripps/timsTofExtractorGUI.git pip install -r requirements.txt pyinstaller --onefile --log-level=DEBUG --add-data venv/Lib/site-packages/tdfpy/timsdata.dll;. app.py .\dist\app.exe