repo2docker/tests/julia/pyplot
Tim Head 126e22d3e0 Check beginning of the string only for Julia
Only uses the beginning of the string to determine which version of
Python we use in Julia
2018-10-12 11:55:14 +02:00
..
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
REQUIRE Add a pyplot based julia test case 2017-07-29 20:19:40 -07:00
environment.yml Add a pyplot based julia test case 2017-07-29 20:19:40 -07:00
verify Check beginning of the string only for Julia 2018-10-12 11:55:14 +02: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.

Julia - REQUIRE
---------------

To specify dependencies in Julia, include a REQUIRE file that lists the names
of packages you'd like to be installed. For example:

```
PyPlot
IJulia
DataFrames
```

Each one will be installed but **not** pre-compiled. If you'd like to
pre-compile your Julia packages, consider using a ``postBuild`` file.

Note that this example also specifies Python dependencies with an
``environment.yml`` file.