From 393efdc6b9bed3804ebc3e19b274b5ebd6fb04b2 Mon Sep 17 00:00:00 2001 From: TnS-hun Date: Mon, 11 May 2015 21:49:47 +0200 Subject: [PATCH] [changed] Moved the Python module update description to the end. --- INSTALL | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index cf829ed6..b1cc7ecc 100644 --- a/INSTALL +++ b/INSTALL @@ -39,15 +39,6 @@ Edit and fill out the details in Program/src/PtpUploader/Settings.ini. See the "Starting PtpUploader in the background" section for how to start it. -===================================================================================================================================================== -Upgrading Modules installed earlier (Should be done monthly or sooner) -===================================================================================================================================================== - -cd PTP -MyEnv/bin/pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs ~/PTP/MyEnv/bin/pip install -U - -You can also add this to crontab so it does it automatically. - ===================================================================================================================================================== Installation details ===================================================================================================================================================== @@ -222,3 +213,12 @@ Updating PtpUploader 2. Enter into your PTP directory (e.g.: cd ~/PTP) then use the following command 2. cd Program && git pull --ff-only 3. Restart PtpUploader + +===================================================================================================================================================== +Updating the Python modules installed earlier (optional but recommended monthly) +===================================================================================================================================================== + +cd PTP +MyEnv/bin/pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs MyEnv/bin/pip install -U + +You can also add this to crontab so it does it automatically. \ No newline at end of file