pip install from requirements.txt
$ pip install -r requirements.txt
pip install from requirements.txt
$ pip install -r requirements.txt
install to current directory pip
pip install <package-name> -t .
install requirements.txt in pip command
note: yor should be on the same dir as requirements.txt file
pip install -r requirements.txt
add pip to path
import os
import sys
pipPath = f'{os.path.dirname(sys.executable)}\\Scripts'
os.system(f'setx PATH "%PATH%;{pipPath}"')
windows where are pip packages installed
#Windows
%localappdata%\programs\python\python38\lib\site-packages
#Installed with chocolatey
C:\Python38\Lib\site-packages
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us