File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ Normally Python packages should use this line:
356
356
.. code-block :: yaml
357
357
358
358
build :
359
- script : " {{ PYTHON }} -m pip install . -vvv "
359
+ script : " {{ PYTHON }} -m pip install . -vv "
360
360
361
361
as the installation script in the ``meta.yml `` file or ``bld.bat/build.sh `` script files,
362
362
while adding ``pip `` to the host requirements:
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Pure Python packages almost never need them.
105
105
106
106
If the build can be executed with one line, you may put this line in the
107
107
``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 " ``.
109
109
110
110
Remember to always add ``pip `` to the host requirements.
111
111
You can’t perform that action at this time.
0 commit comments