Procházet zdrojové kódy

Updated installation instructions to include requirements.txt

Yentl Van Tendeloo před 7 roky
rodič
revize
3133bd40dc
3 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. binární
      bootstrap/bootstrap.m.gz
  2. binární
      bootstrap/minimal.m.gz
  3. 8 0
      doc/installation.rst

binární
bootstrap/bootstrap.m.gz


binární
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
 ^^^^