diff options
author | 2022-11-12 18:01:19 -0800 | |
---|---|---|
committer | 2022-11-12 18:01:19 -0800 | |
commit | f612d4c7183c7513080ec035298e495c438a92df (patch) | |
tree | b29c99c5c713950d597b95ee4a8ab43b33f19f7c | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/windows/common-... (diff) |
Update pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md
Co-authored-by: wookie184 <[email protected]>
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md index 7068d33e..f6e9fed2 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md +++ b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md @@ -73,7 +73,7 @@ Python console app and run some code like `print("Hello, World!")`. [](/static/images/content/python-on-windows/recommended_install_7.png) Or try the more usual way of running Python by typing `python` in a new terminal window to open up the Python -[REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop), or use `python somefile.py` to run some +[REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop), or use `python somefile.py` to run a Python file. You can use whichever terminal you prefer: Command Prompt, PowerShell, an IDE-integrated terminal, [Windows Terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701), etc. It just has to be a freshly opened terminal or the commands may not be recognized. |