Back to install methods

Install with pip

Use Python's built-in package manager

Install command

$ pip install codrsync

What it does

  1. 1Downloads codrsync from PyPI (Python Package Index)
  2. 2Installs codrsync and all Python dependencies
  3. 3Adds the codrsync command to your Python scripts directory

Prerequisites

Python 3.10 or newer required (3.10–3.13)

Verify installation

$ codrsync --version

You should see the version number if the installation was successful.

Troubleshooting

Problem: pip: command not found

Solution: Use pip3 instead: pip3 install codrsync

Problem: Permission error

Solution: Use: pip install --user codrsync or use a virtual environment

Skip the install

Try codrsync right in your browser — no setup needed

Try in browser