From 03303ba0554de6a39a602411a8f1f6e7b2ab67c2 Mon Sep 17 00:00:00 2001
From: Leilani Battle <leibatt@umd.edu>
Date: Mon, 1 Feb 2021 19:46:07 -0500
Subject: [PATCH] Update README.md

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b1445f9..ab08170 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
 # spr2021-a1
 
-starter code for A1 for CMSC828D Spring 2021.
+starter code for A1 for CMSC828D Spring 2021 (run using Python 3.5).
 
 You will need the following python packages to run this code: `flask`, `psycopg2`.
+```
+pip install flask psycopg2
+```
 
 To run the server:
 ```
-- 
GitLab