Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ 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
```


(Requires Python 3.10 or higher)

Expand Down
Loading