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