macOS Apple Silicon
One-line installer for M1/M2/M3 Macs.
Follow the steps below to get the app running on macOS, Windows, or Linux.
Pick the method that matches your system.
One-line installer for M1/M2/M3 Macs.
Use the shell installer through Terminal.
PowerShell recommended; batch fallback included.
Install prerequisites, clone, and launch.
Choose the command for your Mac.
curl -fsSL https://raw.githubusercontent.com/michael6gledhill/Photo_Metadata_App_By_Gledhill/main/install_m1.py | python3
sudo curl -fsSL https://raw.githubusercontent.com/michael6gledhill/Photo_Metadata_App_By_Gledhill/main/Install.sh | bash
PowerShell is recommended, and a batch file fallback is available.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/michael6gledhill/Photo_Metadata_App_By_Gledhill/main/Install.ps1'))
Compatible with Windows PowerShell 5.1 and newer PowerShell versions.
Install.bat from the repository.Install prerequisites, clone the repo, then launch the app.
sudo apt-get install -y git python3 python3-pip
git clone https://github.com/michael6gledhill/Photo_Metadata_App_By_Gledhill.git
cd Photo_Metadata_App_By_Gledhill
python3 -m pip install -r requirements.txt
python3 main.py
Use these steps if you want to install dependencies one by one.
main.py.brew install git
brew install python@3
cd ~
mkdir -p App
cd App
git clone https://github.com/michael6gledhill/Photo_Metadata_App_By_Gledhill.git
cd Photo_Metadata_App_By_Gledhill
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
Common install issues and how to fix them.
Make sure Git and Python are installed and available on your PATH.
Re-open Terminal or PowerShell with administrator privileges and try again.