about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMounderFod <mounderfod@gmail.com>2021-05-12 17:18:47 +0100
committerGitHub <noreply@github.com>2021-05-12 17:18:47 +0100
commit50f264e4fb889598ebe4f201bc35841a30ba2ac6 (patch)
treeb8299ddf309f29e3d6a9ff728995a2bf13fac393
parentb6d83ee6a194ee4a91e9bb4a709aa0333d280f50 (diff)
downloadmtgpy-50f264e4fb889598ebe4f201bc35841a30ba2ac6.tar.gz
Add README instructions
-rw-r--r--README.md4
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.