Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 359 Bytes

File metadata and controls

10 lines (7 loc) · 359 Bytes

Install Dependencies System Wide

By default, pipenv installs Python Dependencies in a Virtual Environment, in order to install dependencies system wide, we can use the following command -

pipenv install --system
pipenv install --system --dev

Source: Pipenv Docs