repo2docker/tests/venv/numpy/README.rst

6 wiersze
215 B
ReStructuredText

Python - Requirements.txt
-------------------------
The simplest way to specify Python packages is with a ``requirements.txt`` file
that is compatible with ``pip install``. In this case, we install ``numpy``.