From 1c25102137268a9e217a22485d3111ac74748586 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 10 Mar 2022 14:25:40 +0000 Subject: [PATCH] Remove trailing `.` (outside of pre-formatted examples) that confuse some people. --- Running-from-source.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Running-from-source.md b/Running-from-source.md index e7d7986..612f0dd 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -187,12 +187,12 @@ deprecated and we use `main` instead. 1. Ensure additional necessary Python modules are installed with - `pip install -r requirements.txt` . + `pip install -r requirements.txt` * Note that on Debian (at least up to and including 10.x aka 'Buster') - you'll need `pip3 install -r requirements.txt` . + you'll need `pip3 install -r requirements.txt` * If you get 'command not found' or similar for the 'pip' command then - try: `python -m pip --user install pip`. + try: `python -m pip --user install pip` ## Provide access to live Journal files @@ -213,9 +213,9 @@ option. ## Run the application - * Linux: `python3 EDMarketConnector.py` . - * Mac: `python3 EDMarketConnector.py` . - * Windows: `EDMarketConnector.py` . + * Linux: `python3 EDMarketConnector.py` + * Mac: `python3 EDMarketConnector.py` + * Windows: `EDMarketConnector.py` #Command-line