diff --git a/README.md b/README.md index 9078926c..212f296f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ Linux, Windows, macOS and FreeBSD are supported. Docker images are also availabl | macOS (nix) | ``nix-env -i ocrmypdf`` | | LinuxBrew | ``brew install ocrmypdf`` | | FreeBSD | ``pkg install py-ocrmypdf`` | -| Conda | ``conda install ocrmypdf`` | | Ubuntu Snap | ``snap install ocrmypdf`` | For everyone else, [see our documentation](https://ocrmypdf.readthedocs.io/en/latest/installation.html) for installation steps. diff --git a/docs/installation.rst b/docs/installation.rst index 90fcaec0..e8fd6977 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -31,8 +31,6 @@ These platforms have one-liner installs: +-------------------------------+-----------------------------------------+ | FreeBSD | ``pkg install textproc/py-ocrmypdf`` | +-------------------------------+-----------------------------------------+ -| Conda (WSL, macOS, Linux) | ``conda install ocrmypdf`` | -+-------------------------------+-----------------------------------------+ | Snap (snapcraft packaging) | ``snap install ocrmypdf`` | +-------------------------------+-----------------------------------------+