Skip to content

Suggestion: Add installation note for Windows users (Rust required for pymobiledevice3) #39

@Fra768

Description

@Fra768

On Windows, pymobiledevice3 (a dependency) fails to install unless Rust and MSVC Build Tools are installed.
Suggest adding a note in the README with a quick setup guide for Windows users:

# Install Rust
Invoke-WebRequest https://win.rustup.rs/x86_64 -OutFile rustup-init.exe
Start-Process -Wait .\rustup-init.exe
# Then install the package
pip install pymobiledevice3

This would help avoid the “Cargo not found” and “Rust not installed” errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions