Merge pull request #477 from choldgraf/docsupdate

removing note that env.yml is needed for julia
pull/479/head
Tim Head 2018-11-27 08:40:55 +01:00 zatwierdzone przez GitHub
commit d848073352
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -71,8 +71,7 @@ To install your repository like a Python package, you may include a
``REQUIRE`` - Install a Julia environment
=========================================
This specifies a list of Julia packages. Repositories with a ``REQUIRE`` file
**must also contain an** ``environment.yml`` **file**. To see an example of a
This specifies a list of Julia packages. To see an example of a
Julia repository with ``REQUIRE`` and ``environment.yml``,
visit `binder-examples/julia-python <https://github.com/binder-examples/julia-python>`_.