Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
[changed] Moved the Python module update description to the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
TnS-hun committed May 11, 2015
1 parent be4af4a commit 393efdc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions INSTALL
Expand Up @@ -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
=====================================================================================================================================================
Expand Down Expand Up @@ -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.

0 comments on commit 393efdc

Please sign in to comment.