pip install bse
PS H:\Python\PythonPractice\BSE_Examples\BSE_DATA_API> pip install bse Collecting bse Downloading bse-2.0.1-py3-none-any.whl.metadata (2.8 kB) Collecting mthrottle>=0.0.1 (from bse) Downloading mthrottle-0.0.2-py3-none-any.whl.metadata (2.6 kB) Requirement already satisfied: requests>=2.31.0 in c:\users\srikanth\appdata\local\programs\python\python312\lib\site-packages (from bse) (2.31.0) Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\srikanth\appdata\local\programs\python\python312\lib\site-packages (from requests>=2.31.0->bse) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in c:\users\srikanth\appdata\local\programs\python\python312\lib\site-packages (from requests>=2.31.0->bse) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\srikanth\appdata\local\programs\python\python312\lib\site-packages (from requests>=2.31.0->bse) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in c:\users\srikanth\appdata\local\programs\python\python312\lib\site-packages (from requests>=2.31.0->bse) (2024.2.2) Downloading bse-2.0.1-py3-none-any.whl (24 kB) Downloading mthrottle-0.0.2-py3-none-any.whl (15 kB) Installing collected packages: mthrottle, bse Successfully installed bse-2.0.1 mthrottle-0.0.2
[notice] A new release of pip is available: 24.0 -> 24.3.1 [notice] To update, run: python.exe -m pip install --upgrade pip