Back to install methods

Install with pipx

Isolated install that won't conflict with other packages

Install command

$ pipx install codrsync

What it does

  1. 1Creates an isolated virtual environment for codrsync
  2. 2Downloads and installs codrsync from PyPI
  3. 3Makes the codrsync command available globally
  4. 4Keeps codrsync dependencies separate from your system Python

Prerequisites

Python 3.10+ and pipx required. Install pipx: pip install pipx

Verify installation

$ codrsync --version

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

Troubleshooting

Problem: pipx: command not found

Solution: Install pipx: pip install pipx && pipx ensurepath

Problem: Path not updated

Solution: Run: pipx ensurepath and restart your terminal

Skip the install

Try codrsync right in your browser — no setup needed

Try in browser