Merge pull request #611 from mkcor/install_pip-requirements

Document another way of building for virtualenv users.
This commit is contained in:
Stefan van der Walt
2013-07-15 17:37:33 -07:00
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ VERSION = '0.9dev'
PYTHON_VERSION = (2, 5)
DEPENDENCIES = {
'numpy': (1, 6),
'Cython': (0, 15),
'Cython': (0, 17),
}