diff --git a/HOW_TO_RUN_THE_GAMES.md b/HOW_TO_RUN_THE_GAMES.md index 6de43c98..96533226 100644 --- a/HOW_TO_RUN_THE_GAMES.md +++ b/HOW_TO_RUN_THE_GAMES.md @@ -67,6 +67,7 @@ The python translations can be run from the command line by using the `py` inter * eg. `python aceyducey.py` **Note** + Some translations include multiple versions for python, such as `acey ducey` which features versions for Python 2 (`aceyducey.py`) and Python 3 (`acey_ducey.py`) as well as an extra object-oriented version (`acey_ducey_oo.py`). You can manage and use different versions of python with [pip](https://pypi.org/project/pip/). @@ -81,4 +82,4 @@ If you don't already have a ruby interpreter, you can download it from the [ruby ## vbnet -Follow the same steps as for the [csharp](#csharp) translations. This can be run with `dotnet` or `Visual Studio`. \ No newline at end of file +Follow the same steps as for the [csharp](#csharp) translations. This can be run with `dotnet` or `Visual Studio`.