From fc0433862ac8cc06069b19c9e67de3684e386942 Mon Sep 17 00:00:00 2001 From: Taka Date: Fri, 5 May 2017 02:44:08 +0000 Subject: [PATCH] Fixed formatting problem. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bebd222..23ea418 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,16 @@ However, unless you print them out, it's difficult to quickly switch between the ### Installing and running the program To run from source, you need Python 3, and some requirements: - pip install -r requirements.txt - pip install -r asl-cards/requirements.txt - python3 main.py +``` +pip install -r requirements.txt +pip install -r asl-cards/requirements.txt +python3 main.py +``` If you want to compile it: - python3 _freeze.py --output /tmp/aslcards.tar.gz +``` +python3 _freeze.py --output /tmp/aslcards.tar.gz +``` ### Analyzing the PDF files The first time you run the program, it needs to analyze the PDF files, to extract each data card (this only needs to be done once).