diff --git a/iPadOS-Install-Notes---WIP.md b/iPadOS-Install-Notes---WIP.md new file mode 100644 index 0000000..eac60d9 --- /dev/null +++ b/iPadOS-Install-Notes---WIP.md @@ -0,0 +1,12 @@ +Version: https://github.com/dgtlmoon/changedetection.io/tree/0.39.22.1 + +Using iSH on iPad (iPadOS 16.1) to install via PIP. + +Build fails with a number of missing dependencies: +1) Please make sure the libxml2 and libxslt development packages are installed +2) Building wheel for cryptography (pyproject.toml) ... error + — error: can't find Rust compiler ( This package requires Rust >=1.41.0.) + +1: apk add libxslt-dev libxml2-dev +2: export CRYPTOGRAPHY_DONT_BUILD_RUST=1 +