Skip to content

Commit 82e89c2

Browse files
committed
Create instructions for installing requires
1 parent b25c469 commit 82e89c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Basic Text Adventure Game/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Welcome! To get started after cloning this repo, make sure to install dependencies!
2+
`pip install -r requirements.txt`
3+
or if on windows
4+
`py -m pip install -r requirements.txt`

0 commit comments

Comments
 (0)