summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.rst')
-rw-r--r--RELEASE_NOTES.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 7e3c5f0..b9652ad 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -1,4 +1,4 @@
-Release Notes for Rapid Photo Downloader 0.9.10
+Release Notes for Rapid Photo Downloader 0.9.11
===============================================
- If you installed Rapid Photo Downloader using the install script, you can
@@ -32,4 +32,13 @@ Release Notes for Rapid Photo Downloader 0.9.10
/usr/bin/python3 -m pip install -U --user --disable-pip-version-check pyzmq
+ - To install Rapid Photo Downloader on CentOS 7.5, first install Python 3.6
+ from the IUS Community repository:
+ sudo yum -y install yum-utils
+ sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
+ sudo yum -y install python36u python36u-setuptools
+
+ Then run the install.py script:
+
+ python3.6 install.py