From 95927a1cea262f5eca33ede994b75e6e4feedd3b Mon Sep 17 00:00:00 2001 From: Travis Abendshien Date: Mon, 22 Apr 2024 16:32:23 -0700 Subject: [PATCH] Update README.md Added clarification for different Python aliases in the instructions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index df7191f2..dbd97637 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ _Learn more about setting up a virtual environment [here](https://docs.python.or ### Launching +> [!NOTE] +> Depending on your system, Python may be called `python`, `py`, `python3`, or `py3`. These instructions use the alias `python3`. + #### Optional Arguments > `--open ` / `-o `