Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ This template is used to keep all pyfar packages consistent and provide a good s
pip install copier
```

2. Run the following copier command to create a target directory at path_to_target_folder.
Note: Copier will overwrite files in the given directory if it already exists.
2. Run the following copier command to create a target directory at path_to_target_folder.
Note: Copier will overwrite files in the given directory if it already exists.

```console
copier copy https://github.com/pyfar/template-pyfar-package path_to_target_folder
```

```console
copier copy https://github.com/pyfar/template-pyfar-package path_to_target_folder
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching that!
The lines 20–22 and 27–29 were indented by 4 spaces, so if you change the indentation of lines 27–29, you should probably also update lines 20–22 so that both blocks remain at the same indentation level.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for catching, i think the uppter indent was correct


(Requires Python 3.10 or higher)

Expand Down
Loading