From d8a74a9d1ee71e54bba695ec66e8fd614b4b6138 Mon Sep 17 00:00:00 2001 From: Brad Newfield <86028786+bradnewfield@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:08:39 +1200 Subject: [PATCH] AUHPA-196 Update README.md This commit adds instructions to uninstall the package --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index d0356d6..df528a4 100644 --- a/README.md +++ b/README.md @@ -275,4 +275,39 @@ On the Client 4. Set the `mutualTLSTrustedPeerCertificateBundleFilePath` to the path of a file containing the Servers public certificate. +## Uninstall +To uninstall the tcp_over_websocket package: + + +### Windows + +On Windows, remove the service with: + +``` +winsvc_tcp_over_websocket_service remove +``` + +--- + +Remove the package with: + +``` +pip uninstall tcp_over_websocket +``` + +### Linux + +On Linux, stop the service + +``` +TODO +``` + +--- + +Uninstall the package + +``` +pip uninstall tcp_over_websocket +```