From f5fed541950f415156ca4adc131f56d771fbf1c1 Mon Sep 17 00:00:00 2001 From: OrginalS <36825453+OrginalS@users.noreply.github.com> Date: Sun, 6 Oct 2019 02:45:43 +0200 Subject: [PATCH] Punctuation Added missing punctuation and changed existing to more fitting one. --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c479e05e6..3d8220292 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Installing LBRY -If only the JSON-RPC API server is needed, the recommended way to install LBRY is to use a pre-built binary. We provide binaries for all major operating systems. See the [README](README.md). +If only the JSON-RPC API server is needed, the recommended way to install LBRY is to use a pre-built binary. We provide binaries for all major operating systems. See the [README](README.md)! These instructions are for installing LBRY from source, which is recommended if you are interested in doing development work or LBRY is not available on your operating system (godspeed, TempleOS users). @@ -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.7 or higher. 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. @@ -17,7 +17,7 @@ After installing python 3, you'll need to install some additional libraries depe macOS users will need to install [xcode command line tools](https://developer.xamarin.com/guides/testcloud/calabash/configuring/osx/install-xcode-command-line-tools/) and [homebrew](http://brew.sh/). -These environment variables also need to be set +These environment variables also need to be set: 1. PYTHONUNBUFFERED=1 2. EVENT_NOKQUEUE=1 @@ -27,7 +27,7 @@ Remaining dependencies can then be installed by running: brew install python protobuf ``` -Assistance installing Python3: https://docs.python-guide.org/starting/install3/osx/ +Assistance installing Python3: https://docs.python-guide.org/starting/install3/osx/. ### Linux