diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-02 06:51:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-02 06:51:13 +0200 |
commit | c5fc6c6030d7d9d1b2af3d5165bebed3decd741b (patch) | |
tree | dfacccc9ae0747e53e53e5388b2ecd0623e040c3 /PKG-INFO | |
parent | 77dd64c0757c0191b276e65c24ee9874959790c8 (diff) |
New upstream version 0.9.4upstream/0.9.4
Diffstat (limited to 'PKG-INFO')
-rw-r--r-- | PKG-INFO | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: rapid-photo-downloader -Version: 0.9.1 +Version: 0.9.4 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: http://www.damonlynch.net/rapid Author: Damon Lynch @@ -55,10 +55,14 @@ Description: Rapid Photo Downloader To install Rapid Photo Downloader, run as your regular user (i.e. *without* sudo): - ``python3 install.py rapid-photo-downloader-0.9.1.tar.gz`` + ``python3 install.py`` - **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py - install`` *is* **not** *supported, and* **not** *recommended.* + The program sudo may prompt for your administrator (root) password during the + install process, if required. + + For a list of optional commands you can give the insaller, run: + + ``python3 install.py --help`` Finally, to uninstall: @@ -71,7 +75,7 @@ Description: Rapid Photo Downloader - Ubuntu 16.04 or newer - LinuxMint 18 or newer - - Debian sid + - Debian 9, unstable or testing - Fedora 24 or newer - openSUSE Leap 42.2 or newer - Any distribution meeting the software requirements below @@ -160,20 +164,13 @@ Description: Rapid Photo Downloader ``python3 -m pip install --user --upgrade pip`` - ``python3 -m pip install --user --upgrade setuptools`` - - **Caution:** the previous two steps will update pip and setuptools for your user. Potentially this - could negatively affect the installation of other, older Python packages by your user, but the - risk is small and is normally nothing to worry about. + ``python3 -m pip install --user --upgrade setuptools wheel`` The following command will install all required and optional Python modules not already installed on your system, with the exception of those specified above in `satisfying software requirements`_: - ``python3 install.py rapid-photo-downloader-0.9.1.tar.gz`` - - Substitute the name of the correct compressed tar file if necessary, and run it as your regular - user (i.e. *without* sudo). + ``python3 install.py`` **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py install`` *is* **not** *supported, and* **not** *recommended.* |