From dd45f94c15d4294489bfa9a0cecf219a00c8ad4d Mon Sep 17 00:00:00 2001 From: Jeff Mentch Date: Mon, 15 Jun 2020 11:51:22 -0400 Subject: [PATCH] Update readme to mention requirements.txt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1332f72c06..65a566897b 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ and Dask (this is an experimental implementation with limited testing) [[PyCon 2020 Poster](https://docs.google.com/presentation/d/10tS2I34rS0G9qz6v29qVd77OUydjP_FdBklrgAGmYSw/edit?usp=sharing)] ### Tutorial -Pydra Tutorial can be find in [pydra-tutorial repository](https://github.com/nipype/pydra-tutorial). +The Pydra Tutorial can be found in the [pydra-tutorial repository](https://github.com/nipype/pydra-tutorial). -The tutorial can be run locally or using Binder service: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipype/pydra-tutorial/master?filepath=notebooks) +The tutorial can be run locally (with the necessary [requirements](https://github.com/nipype/pydra-tutorial/blob/master/requirements.txt)) or using Binder service: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipype/pydra-tutorial/master?filepath=notebooks) Please note that mybinder times out after an hour.