Specify --no-build-isolation in Pipfile

53 Views Asked by At

I want to convert the following pip command to pipenv but I am not sure how to specify no-build-isolation option in Pipefile. thanks

     pip install command pip install "cython<3.0.0" wheel && pip install pyyaml==5.4.1 --no-build-isolation
0

There are 0 best solutions below