-
-
Notifications
You must be signed in to change notification settings - Fork 48
Installation guide
jahwag edited this page Aug 5, 2024
·
6 revisions
Certainly! I'll provide drafts for a few more key pages of the ClaudeSync wiki.
ClaudeSync can be installed on Windows, macOS, and Linux. Follow the instructions for your operating system below.
- Python 3.7 or higher
- pip (Python package installer)
- Open Command Prompt or PowerShell.
- Run the following command:
pip install claudesync
- Open Terminal.
- Run the following command:
pip3 install claudesync
- Open your terminal.
- Run the following command:
pip3 install claudesync
To verify that ClaudeSync has been installed correctly, run:
claudesync --version
This should display the version number of ClaudeSync.
To update to the latest version, run:
pip install --upgrade claudesync
For any installation issues, please refer to our Troubleshooting page.