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