repo2docker/tests/venv/numpy
yuvipanda d8f8c781b2 Bump python default version to 3.7 2019-02-11 12:49:58 -08:00
..
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
requirements.txt Add integration tests! 2017-07-29 16:11:02 -07:00
verify Bump python default version to 3.7 2019-02-11 12:49:58 -08:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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``.