To use the package after installation, first verify it's installed by running pip list
. Then, add its path to sys.path
to import and use it normally.
If a package is installed but not automatically added to Python's path, you can manually include its directory in sys.path
.