From 9582d64f491466ad504d735ca2cd4c193bed6b05 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 9 Sep 2024 14:52:00 -0700 Subject: [PATCH] Remove windows-specific installation instructions for cookiecutter (#92) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f75dd..e47c439 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ MATLAB support is in development. 1. Install [Python](https://www.python.org/downloads/) for your operating system if it is not already installed. -2. Install [cookiecutter](https://pypi.org/project/cookiecutter/) (see [here](https://cookiecutter.readthedocs.io/en/latest/installation.html) for Windows install instructions), [pynwb](https://pypi.org/project/pynwb/), and [hdmf-docutils](https://pypi.org/project/hdmf-docutils/). +2. Install [cookiecutter](https://pypi.org/project/cookiecutter/), [pynwb](https://pypi.org/project/pynwb/), and [hdmf-docutils](https://pypi.org/project/hdmf-docutils/). `cookiecutter` is a Python-based command-line utility that creates projects from templates. ```bash python -m pip install -U cookiecutter pynwb hdmf-docutils