Last active
August 29, 2021 16:17
-
-
Save Sigmanificient/ecb234a69880de6265518b6d59425b3e to your computer and use it in GitHub Desktop.
Adding pipenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install pipenv :: Install pipenv | |
cd your_project :: Going to your project | |
pipenv shell :: Initializing and entering shell | |
pipenv install %1 :: install any package in your isolated env now | |
pip freeze :: This will show pipenv's modules if shell is activated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment