瀏覽代碼

Updated installation instructions to include requirements.txt

Yentl Van Tendeloo 7 年之前
父節點
當前提交
3133bd40dc
共有 3 個文件被更改,包括 8 次插入0 次删除
  1. 二進制
      bootstrap/bootstrap.m.gz
  2. 二進制
      bootstrap/minimal.m.gz
  3. 8 0
      doc/installation.rst

二進制
bootstrap/bootstrap.m.gz


二進制
bootstrap/minimal.m.gz


+ 8 - 0
doc/installation.rst

@@ -16,6 +16,14 @@ Full installation instructions can be found on the project website.
 
 To run the tests, the `pytest <http://docs.pytest.org/en/latest/>`_ module must be installed.
 
+Pip
+^^^
+
+To install all dependencies automatically, using Pip, a *requirements.txt* file is provided.
+This can be invoked as follows::
+
+    pip install -r requirements.txt
+
 PyPy
 ^^^^