diff makefile @ 1299:02415a3cebb2

requirements.txt filename Ignore-this: 9d7cefc433f3e552f016486b52446fde
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 30 May 2016 08:27:04 +0000
parents a36928f7cc35
children d51014267bfd
line wrap: on
line diff
--- a/makefile	Mon May 30 07:48:08 2016 +0000
+++ b/makefile	Mon May 30 08:27:04 2016 +0000
@@ -17,7 +17,7 @@
 
 install_python_deps: link_to_sys_packages
 	env/bin/pip install twisted
-	env/bin/pip install -U -r pydeps
+	env/bin/pip install -U -r requirements.txt
 
 DP=/usr/lib/python2.7/dist-packages
 SP=env/lib/python2.7/site-packages