Releases: DCC-Lab/Optics-ID
Releases · DCC-Lab/Optics-ID
BigSur microRaman release
HOW TO MAKE IT WORK
- Download the .zip, unzip and ENJOY!
This release will add the Raman microscope code. It was built on BigSur ONLY.
A Windows build would have to be done manually. In this release, I instruct you on how to build it.
HOW TO MAKE A RELEASE YOURSELF
- Modify the opt-id-onfile-mac.spec to fit the paths of your computer
- Install Python >3.6 on your computer
- Install the required packages on your system interpreter:
python3 -m pip install -r requirements.txt
- Install PyInstaller:
python3 -m pip install PyInstaller
- Build the package:
python3 -m PyInstaller opt-id-onefile-mac.spec
- This should create a
/build
and/dist
, the app will be in/dist
- Don't forget to make a release on github.