repo2docker/tests/julia/pyplot
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
REQUIRE
environment.yml
verify

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.