Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install covid19BD via python pip




covid19BD - It lets you interact with my database created by Covid-19 Bot hosted on repl.it for Bangladesh from 15th January 2021 - Current Day., it belongs to Classifiers:

- Development Status :: 2 - Pre-Alpha
- Operating System :: Microsoft :: Windows :: Windows 10

When you know about this project and you want to new install covid19BD to support your project or you get trouble as ModuleNotFoundError: No module named "covid19BD" or ImportError: cannot import name "covid19BD" in your project, let follow this tutorial to install covid19BD



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_covid19BD_env

- Active the virtual environment

test_covid19BD_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_covid19BD_env

- Active the virtual environment

source test_covid19BD_env/bin/active


Step 2: OK, now, let flow below content to start the installation covid19BD

To install covid19BD on Windows(CMD):

py -m pip install covid19BD

To install covid19BD on Unix/macOs:

pip install covid19BD


Step 3: If you want to install a specific covid19BD version, add ==<covid19BD version> to the end command line

Example:

pip install covid19BD==0.1.0


Please see the version list below table:

VersionReleased dateCommand
covid19BD 1.0.02021-02-24T14:20:47Windows:

py -m pip install covid19BD==1.0.0

Unix/macOs:

pip install covid19BD==1.0.0

covid19BD 0.1.02021-02-24T14:17:22Windows:

py -m pip install covid19BD==0.1.0

Unix/macOs:

pip install covid19BD==0.1.0


Step 4: Otherwise, you can install covid19BD from local archives:

Download the distribution file from covid19BD-1.0.0.tar.gz or the specific covid19BD version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_covid19BD_downloaded_file>

On Unix/macOs:

pip install <path_to_covid19BD_downloaded_file>


List distribution:

- covid19BD-0.1.0.tar.gz
- covid19BD-1.0.0.tar.gz


Project link: