Updated HOW_TO_RUN_THE_GAMES.md

Added a new line to improve formatting around the note on the python environments.
This commit is contained in:
Alito
2022-01-04 19:57:29 +01:00
committed by GitHub
parent 4c6d264d82
commit 4093550500

View File

@@ -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`.
Follow the same steps as for the [csharp](#csharp) translations. This can be run with `dotnet` or `Visual Studio`.