repo2docker/tests/julia/pyplot/README.rst

8 wiersze
275 B
ReStructuredText

Julia - REQUIRE
---------------
The simplest way to specify dependencies in Julia, a REQUIRE file simply
lists the names of packages. Each one will be installed but not pre-compiled.
In this case, we also specify python dependencies with an ``environment.yml``
file.