From 9f22c51c8a90f851b4c56d2e065b808986ab9121 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 4 May 2023 23:47:01 +0200 Subject: [PATCH] Add deprecation info to help output --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a11eb5e5..6d3b8c79 100755 --- a/setup.py +++ b/setup.py @@ -1909,9 +1909,7 @@ if __name__ == "__main__": "", "System Install:", "", - " install Installs novelWriter to the system's Python install", - " location. Run as root or with sudo for system-wide install,", - " or as user for single user install.", + " install Deprecated. Use pip or build.", " xdg-install Install launcher and icons for freedesktop systems. Run as", " root or with sudo for system-wide install, or as user for", " single user install.",