repo2docker/tests/venv/numpy
Chris Holdgraf 30b37a35e4 improving readmes for tests 2018-04-24 17:14:01 -07: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 version checks to work with new python 3.6 2018-01-17 17:22:48 -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``.