Update comments in README

pull/393/head
Nathan Daly 2018-09-27 11:32:40 -04:00
rodzic 8cb2b317d6
commit 55b84234f2
3 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

@ -166,6 +166,5 @@ class JuliaBuildPack(CondaBuildPack):
Instead we just check if the path to `REQUIRE` exists
"""
# TODO(nhdaly): Add support for value in variable:
pass Project.toml here as well.
# TODO(nhdaly): Add support for Project.toml here as well.
return os.path.exists(self.binder_path('REQUIRE'))

Wyświetl plik

@ -2,4 +2,4 @@ Julia - REQUIRE: test version for julia v1.0
---------------
Starting with julia v0.7 and up, the package manager has changed, so this tests
that the julia version can be specified and packages installed correctly.
that the julia version can be specified and packages installed correctly.

Wyświetl plik

@ -14,12 +14,9 @@ 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 `IJulia` is installed by default.
Note that this example also specifies Python dependencies with an
``environment.yml`` file.
These packages will all be installed, and then precompiled via `using`.