mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-07-14 07:31:22 +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
|
||||
|
||||
`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
|
||||
|
Loading…
x
Reference in New Issue
Block a user