Skip to content

Commit 3b98bcd

Browse files
committed
Decreased recommended pip verbosity to -vv to match recent changes to the example recipe.
1 parent d78b5e8 commit 3b98bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/meta.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Normally Python packages should use this line:
356356
.. code-block:: yaml
357357
358358
build:
359-
script: "{{ PYTHON }} -m pip install . -vvv"
359+
script: "{{ PYTHON }} -m pip install . -vv"
360360
361361
as the installation script in the ``meta.yml`` file or ``bld.bat/build.sh`` script files,
362362
while adding ``pip`` to the host requirements:

src/recipe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Pure Python packages almost never need them.
105105

106106
If the build can be executed with one line, you may put this line in the
107107
``script`` entry of the ``build`` section of the ``meta.yaml`` file with:
108-
``script: "{{ PYTHON }} -m pip install . -vvv"``.
108+
``script: "{{ PYTHON }} -m pip install . -vv"``.
109109

110110
Remember to always add ``pip`` to the host requirements.
111111

0 commit comments

Comments
 (0)