microTool is a Python application in development.
-
Clone the repository:
git clone https://github.com/yourusername/microTool.git cd microTool -
Create a virtual environment (recommended):
pyenv install 3.13.0 pyenv virtualenv 3.13.0 microTool pyenv local microTool -
Install Python dependencies:
pip install -r requirements.txt
-
Install Ximea Camera API (xiAPI):
- Visit Ximea API Software Package
- Download version appropriate for your OS
- For macOS ARM: Download xiAPI LTS V4.28.00 or later
- Follow platform-specific installation instructions
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the GNU License. See the LICENSE file for details.