mtwharmby / MicroscoPy-Xhair

Simple user interface for getting images from USB microscope with added crosshair.
MIT License
0 stars 0 forks source link

Setup package build #1

Open mtwharmby opened 1 year ago

mtwharmby commented 1 year ago

This is a two stage feature:

  1. pyproject toml needs to be set-up to allow the project to be built as a package.
  2. Setup building a complete Windows installable
    • Two options for this are portable executable or full install (favour full install)
mtwharmby commented 1 year ago

Basic pyproject.toml is setup. Need to work out how to create Windows executable.

mtwharmby commented 1 year ago

For package build, following resources look helpful: