From c5fc6c6030d7d9d1b2af3d5165bebed3decd741b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 2 Oct 2017 06:51:13 +0200 Subject: New upstream version 0.9.4 --- PKG-INFO | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'PKG-INFO') diff --git a/PKG-INFO b/PKG-INFO index 890cad7..fb4808d 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -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.* -- cgit v1.2.3