Skip to content

Commit

Permalink
Remove windows-specific installation instructions for cookiecutter (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Sep 9, 2024
1 parent 1037710 commit 9582d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9582d64

Please sign in to comment.