From a18cf77c3bec31570d31de091c62a00043d2ddb9 Mon Sep 17 00:00:00 2001 From: sibianl Date: Fri, 10 Oct 2025 20:50:41 +0800 Subject: [PATCH] docs(readme): add uninstalling --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 4a403378..ee3c3d03 100644 --- a/README.md +++ b/README.md @@ -226,8 +226,28 @@ curl --location 'http://localhost:3000/v1/chat/completions' --header 'Content-Ty ], "stream": true }' + +``` +### Uninstalling Parallax + +For macOS or Linux, if you've installed Parallax via pip and want to uninstall it, you can use the following command: + +```sh +pip uninstall parallax ``` +For Docker installations, remove Parallax images and containers using standard Docker commands: + +```sh +docker ps -a # List running containers +docker stop # Stop running containers +docker rm # Remove stopped containers +docker images # List Docker images +docker rmi # Remove Parallax images +``` + +For Windows, simply go to Control Panel → Programs → Uninstall a program, find "Gradient" in the list, and uninstall it. + ## Supported Models | | Provider | HuggingFace Collection | Blog | Description |