mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-07-14 15:41:09 +03:00
Remove trailing .
(outside of pre-formatted examples) that confuse some people.
parent
4493191d05
commit
1c25102137
@ -187,12 +187,12 @@ deprecated and we use `main` instead.
|
|||||||
|
|
||||||
1. Ensure additional necessary Python modules are installed with
|
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')
|
* 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
|
* 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
|
## Provide access to live Journal files
|
||||||
|
|
||||||
@ -213,9 +213,9 @@ option.
|
|||||||
|
|
||||||
## Run the application
|
## Run the application
|
||||||
|
|
||||||
* Linux: `python3 EDMarketConnector.py` .
|
* Linux: `python3 EDMarketConnector.py`
|
||||||
* Mac: `python3 EDMarketConnector.py` .
|
* Mac: `python3 EDMarketConnector.py`
|
||||||
* Windows: `EDMarketConnector.py` .
|
* Windows: `EDMarketConnector.py`
|
||||||
|
|
||||||
|
|
||||||
#Command-line
|
#Command-line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user