Skip to content

Commit

Permalink
Merge pull request #653 from jjhelmus/cache_dir
Browse files Browse the repository at this point in the history
stop recommending --no-cache-dir be used with pip
  • Loading branch information
ocefpaf authored Oct 8, 2018
2 parents 44707ec + 1cda4a5 commit 7dcce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_sources/meta.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Normally Python packages should use this line:
.. code-block:: yaml
build:
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
script: "{{ PYTHON }} -m pip install . -vvv"
as the installation script in the ``meta.yml`` file or ``bld.bat/build.sh`` script files,
while adding ``pip`` to the host requirements:
Expand Down

0 comments on commit 7dcce85

Please sign in to comment.