Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
BTW I hacked together a basic requirements.txt by running:
> "D:/SteamLibrary/steamapps/common/JOY OF PROGRAMMING/JoyOfProgramming/Content/000_MyContent/External/python-3.10.4-embed-amd64/python.exe" -m pip freeze > requirements.txt
# Now edit pyjop line in requirements.txt to say:
# pyjop @ {LINK REMOVED}https://github.com/maschere/pyjop/archive/main.tar.gz
> .venv\Scripts\pip.exe install -r .\requirements.txt
Or, to approach this another way, would it be possible for you to publish a requirements.txt, setup.py, pyproject.toml or similar, to help users configure the right set of Python dependencies without using the embedded Python installation directly? Thanks.
PYTHONPATH="C:/Program Files (x86)/Steam/steamapps/common/JOY OF PROGRAMMING/JoyOfProgramming/Content/000_MyContent/External/python-3.10.4-embed-amd64/Lib/site-packages/"
I converted the backslashes to forward slashes to avoid escaping them and that seems to work.
(Also, didn't Steam used to have [code][/code] tags?)