File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,20 +64,15 @@ pipx install copier
6464
6565### Scenario 1: Create a new package
6666
67-
68- #### Step 1/2: Create the files and directory structure
69-
7067Run ` copier copy ` with the template:
7168
7269``` shell
73- # Notes:
74- # 1. Make sure that `path/to/destination` is an empty directory
75- # 2. See table below for explanation of each question
76- # 3. The files will be generated in the specified destination directory
7770copier copy https://github.com/nlesc/python-template.git path/to/destination
7871```
7972
80- Good job! Based on the profile and selected features, a package will be created in ` path/to/destination ` .
73+ > [ !NOTE]
74+ > 1 . Make sure that ` path/to/destination ` is an empty directory
75+ > 1 . Based on the profile and selected features, the package will be generated in the specified destination directory
8176
8277For an explanation of what's there, read on in the ` project_setup.md ` file.
8378
You can’t perform that action at this time.
0 commit comments