← Back to install methods
Install with pip
Use Python's built-in package manager
Install command
$ pip install codrsyncWhat it does
- 1Downloads codrsync from PyPI (Python Package Index)
- 2Installs codrsync and all Python dependencies
- 3Adds the codrsync command to your Python scripts directory
Prerequisites
Python 3.10 or newer required (3.10–3.13)
Verify installation
$ codrsync --versionYou 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