From 0d1c6570de863cdcaccad70088333cb2ae8bf4b9 Mon Sep 17 00:00:00 2001 From: 4t0m Date: Sat, 18 Mar 2017 14:11:58 -0700 Subject: [PATCH] Fix typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index abd8caf..8979684 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ To set up a new local clone for development, do this once: source virtualenv.sh Then, `workon predictions` will take you into the proper environment. If there -have been changes to the requirements file, run `pip install -r requirements -.txt`. +have been changes to the requirements file, run `pip install -r requirements.txt`. ## Deployment