repo2docker/tests/julia/pyplot/README.rst

8 wiersze
275 B
ReStructuredText
Czysty Zwykły widok Historia

2017-08-01 04:05:46 +00:00
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.
2017-08-01 15:21:06 +00:00
In this case, we also specify python dependencies with an ``environment.yml``
file.