1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

Releasing.md: Update example full python path

* Python 3.8 now.
* And reference the centrally installed location, not the one under
  %LOCALAPPDATA%.
This commit is contained in:
Athanasius 2021-03-22 12:41:42 +00:00
parent 1563e50733
commit 77939ad48e

View File

@ -235,7 +235,7 @@ else you might need this, which assumes correct python.exe is in your PATH:
else you'll have to specify the path to python.exe, e.g.:
"C:\Program Files \(x86)\Python38-32\python.exe" setup.py py2exe
"C:\Program Files (x86)\Python38-32\python.exe" setup.py py2exe
Output will be something like (`...` denoting parts elided for brevity):