1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +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 2020-10-05 16:54:27 +01:00
parent 8ceca8912e
commit 818466a3cf

View File

@ -232,9 +232,9 @@ else you might need this, which assumes correct python.exe is in your PATH:
python.exe setup.py py2exe
else you'll have to specify the path to python.exe:
else you'll have to specify the path to python.exe, e.g.:
"%LOCALAPPDATA%\Programs\Python\Python37-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):