From d2e34f40630fe5920c1af7519b27237f62d1c687 Mon Sep 17 00:00:00 2001 From: Clark Brown Date: Tue, 10 Nov 2020 09:12:59 -0700 Subject: [PATCH] include install info in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 625f186..ce0df19 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ Clone or download this repository: ```bash git clone https://github.com/clarkedb/soggetto-cavato.git +cd soggetto-cavato +``` + +Install any missing required packages: + +```bash +pip install -r requirements.txt ``` Run the program in Python from the terminal: