From 08a055ab41e4b095642de642c1d78ce7e6a7b68b Mon Sep 17 00:00:00 2001 From: ShivanS93 Date: Tue, 5 Oct 2021 22:26:31 +1300 Subject: [PATCH] edited readme --- README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MD b/README.MD index cc1f207..a836837 100644 --- a/README.MD +++ b/README.MD @@ -5,3 +5,11 @@ Award-winning rewrite of Zork in Python This was written as a pair-programming task for the Christchurch Python User Group. Special Thanks to Menno, David, and Victor. + +## How to? + +Ensure you have `pipenv` on you system. + +``` +pipenv run python main.py +```