diff options
author | MounderFod <mounderfod@gmail.com> | 2021-05-12 17:18:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 17:18:47 +0100 |
commit | 50f264e4fb889598ebe4f201bc35841a30ba2ac6 (patch) | |
tree | b8299ddf309f29e3d6a9ff728995a2bf13fac393 /README.md | |
parent | b6d83ee6a194ee4a91e9bb4a709aa0333d280f50 (diff) | |
download | mtgpy-50f264e4fb889598ebe4f201bc35841a30ba2ac6.tar.gz |
Add README instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 90156ad..c2ddfa2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # mtgpy A Python tool for looking up Magic: The Gathering cards. +# Installation +Clone or download this repository. Unzip if necessary. <br> +Then in a terminal (or Command Prompt) window which is in the folder where the app files are, run `python setup.py install`. <br> +The app should install. From there you can run: `mtg <card-name>` from any terminal to look up cards. |