Skip to content

Releases: DCC-Lab/Optics-ID

BigSur microRaman release

08 Oct 15:07
6050a69
Compare
Choose a tag to compare

HOW TO MAKE IT WORK

  1. 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

  1. Modify the opt-id-onfile-mac.spec to fit the paths of your computer
  2. Install Python >3.6 on your computer
  3. Install the required packages on your system interpreter: python3 -m pip install -r requirements.txt
  4. Install PyInstaller: python3 -m pip install PyInstaller
  5. Build the package: python3 -m PyInstaller opt-id-onefile-mac.spec
  6. This should create a /build and /dist, the app will be in /dist
  7. Don't forget to make a release on github.