diff --git a/docs/installation.rst b/docs/installation.rst index 73edfa7..46fef78 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,7 +29,7 @@ Use `Homebrew `_ or download from https://calibre-ebook.com/dow - Windows: -Use `Chocolatey `_ or download from https://calibre-ebook.com/download_windows64 +Use `Chocolatey `_ or download from https://calibre-ebook.com/download_windows .. code-block:: console @@ -59,9 +59,6 @@ Install Python 3.11+ and pip .. attention:: Don't use Rosetta 2. -.. tip:: - You'll need to set the `PATH` environment variable for calibre so the plugin can find the Python command if your system's Python is not installed from Homebrew, because the `PATH` variable is cleared when calibre is launched from Launchpad. Please read `calibre manual `_ about how to set this variable. - - Windows: Use Chocolatey or download from https://www.python.org/downloads @@ -71,7 +68,9 @@ Use Chocolatey or download from https://www.python.org/downloads # choco install python .. attention:: - Do not change the default installation settings in the Python installer. + - Do not change the default installation settings in the Python installer. + - The dependencies(`PyTorch `_) of the transformer model may not support the latest Python version. + Install CUDA(optional) ----------------------