Skip to content

Commit a5f3c8a

Browse files
committed
small tweaks to suggested default package pip install
1 parent c859309 commit a5f3c8a

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

template/{{ package_name }}/environment-files/{{ package_name }}-qiime2-{{ target_distro }}-dev.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ dependencies:
1010
# Note 2: Add any additional pip dependencies here.
1111
# - # some pip dependency
1212
# Note 3: If you host your repository on GitHub, and you uncomment and modify
13-
# the following lines to replace REPO-OWNER with the user or organization
14-
# name that owns the repository, your installation commands can be updated to
15-
# install from this file without additional steps.
16-
# - "{{ package_name }} @ git+https://github.com/REPO-OWNER/{{ package_name }}.git"
13+
# the following lines to replace:
14+
# REPO-OWNER with the user or organization name that owns the repository
15+
# DEFAULT-BRANCH with the default branch of the repository (typically 'main')
16+
# Your installation commands can be updated to install
17+
# from this file without additional steps.
18+
# - {{ package_name }}@git+https://github.com/REPO-OWNER/{{ package_name }}.git@DEFAULT-BRANCH

template/{{ package_name }}/environment-files/{{ package_name }}-qiime2-{{ target_distro }}-release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ dependencies:
1010
# Note 2: Add any additional pip dependencies here.
1111
# - # some pip dependency
1212
# Note 3: If you host your repository on GitHub, and you uncomment and modify
13-
# the following lines to replace REPO-OWNER with the user or organization
14-
# name that owns the repository, your installation commands can be updated to
15-
# install from this file without additional steps.
16-
# - "{{ package_name }} @ git+https://github.com/REPO-OWNER/{{ package_name }}.git"
13+
# the following lines to replace:
14+
# REPO-OWNER with the user or organization name that owns the repository
15+
# DEFAULT-BRANCH with the default branch of the repository (typically 'main')
16+
# Your installation commands can be updated to install
17+
# from this file without additional steps.
18+
# - {{ package_name }}@git+https://github.com/REPO-OWNER/{{ package_name }}.git@DEFAULT-BRANCH

0 commit comments

Comments
 (0)