Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 1.88 KB

File metadata and controls

75 lines (56 loc) · 1.88 KB

Execution from Source Repository

Important

✅ Prerequisites:

Here are simple instructions to clone the GitHub repository, create a Python virtual environment, install dependencies, and run the main script.

Find below the needed steps:

🔗 1. Clone the repository

git clone https://github.com/jaimetur/PhotoMigrator.git

📂 2. Change directory to the cloned repository

cd PhotoMigrator

🐍 3. Create a Python virtual environment:

python -m venv venv

🐍 4. Activate the virtual environment:

  • On Linux / MacOS:
    source venv/bin/activate
  • On Windows (Command Prompt):
    venv\Scripts\activate
  • On Windows (PowerShell):
    venv\Scripts\Activate.ps1

📦 5. Install photo migrator package with all its dependencies:

pip install -r requirements.txt
pip install -e .

📝 6. Edit the configuration file:

Open the file Config.ini included in the package with any text editor and update it with your credentials and settings.

For more information, refer to Configuration File.

🚀 7. Run the Tool to show the command line help:

python ./src/PhotoMigrator.py -h

Or if you prefer to execute the tool directly from the built package just use:

photomigrator -h


🎖️ Credits:

I hope this can be useful for any of you.
Enjoy it!

(c) 2024-2026 by Jaime Tur (@jaimetur).