Skip to content

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.


Installation Guide

ClaudeSync can be installed on Windows, macOS, and Linux. Follow the instructions for your operating system below.

Prerequisites

  • Python 3.7 or higher
  • pip (Python package installer)

Windows

  1. Open Command Prompt or PowerShell.
  2. Run the following command:
    pip install claudesync
    

macOS

  1. Open Terminal.
  2. Run the following command:
    pip3 install claudesync
    

Linux

  1. Open your terminal.
  2. Run the following command:
    pip3 install claudesync
    

Verifying Installation

To verify that ClaudeSync has been installed correctly, run:

claudesync --version

This should display the version number of ClaudeSync.

Updating ClaudeSync

To update to the latest version, run:

pip install --upgrade claudesync

For any installation issues, please refer to our Troubleshooting page.

Clone this wiki locally