From d8d136f1d84f9d2232b0a31911b6b332cd9b2d17 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Wed, 22 May 2019 09:23:31 -0400 Subject: [PATCH] uniform spacing on docstring --- INSTALL.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 23eab038a..3304bafb7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ Here's a video walkthrough of this setup, which is itself hosted by the LBRY net ## Prerequisites -Running `lbrynet` from source requires Python 3.6 or higher (3.7 is preferred). Get the installer for your OS [here](https://www.python.org/downloads/release/python-370/) +Running `lbrynet` from source requires Python 3.7 or higher. Get the installer for your OS [here](https://www.python.org/downloads/release/python-370/) After installing python 3, you'll need to install some additional libraries depending on your operating system. diff --git a/setup.py b/setup.py index a4ebfa8d0..5735a25f7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( long_description_content_type="text/markdown", keywords="lbry protocol media", license='MIT', - python_requires='>=3.6', + python_requires='>=3.7', packages=find_packages(exclude=('tests',)), zip_safe=False, entry_points={