We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28ab86 commit 2892b85Copy full SHA for 2892b85
install/paperless-ngx-install.sh
@@ -79,8 +79,8 @@ echo -e "Paperless-ngx Database Password: \e[32m$DB_PASS\e[0m" >>~/paperless.cre
79
echo -e "Paperless-ngx Database Name: \e[32m$DB_NAME\e[0m" >>~/paperless.creds
80
81
msg_info "Installing Natural Language Toolkit (Patience)"
82
-$STD uv pip install nltk --system
83
-$STD uv run -- python -m nltk.downloader -d /usr/share/nltk_data all
+$STD uv pip install --python 3.13 nltk
+$STD uv run --python 3.13 --with nltk -- python -m nltk.downloader -d /usr/share/nltk_data all
84
sed -i -e 's/rights="none" pattern="PDF"/rights="read|write" pattern="PDF"/' /etc/ImageMagick-6/policy.xml
85
msg_ok "Installed Natural Language Toolkit"
86
0 commit comments