diff --git a/docs/advanced.rst b/docs/advanced.rst index bc1c48a7..74736464 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -278,6 +278,10 @@ will detect it. Also note that `pip itself supports environment variables `_, if you need additional customization. +For example:: + + $ PIP_INSTALL_OPTION="-- -DCMAKE_BUILD_TYPE=Release" pipenv install -e . + ☤ Custom Virtual Environment Location -------------------------------------