mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-04 19:12:07 -08:00
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:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user