edited readme
This commit is contained in:
parent
17f2c73ab3
commit
08a055ab41
|
@ -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.
|
This was written as a pair-programming task for the Christchurch Python User Group.
|
||||||
|
|
||||||
Special Thanks to Menno, David, and Victor.
|
Special Thanks to Menno, David, and Victor.
|
||||||
|
|
||||||
|
## How to?
|
||||||
|
|
||||||
|
Ensure you have `pipenv` on you system.
|
||||||
|
|
||||||
|
```
|
||||||
|
pipenv run python main.py
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue