Python package aliases

Usually, you can install python packages via pip install package_name. But sometimes few python packages have different name for installation. So this post I will record python packages which have aliases for installation.

  1. dotenv

    1
    import dotenv
    1
    pip install python-dotenv

Reference

  1. https://www.geeksforgeeks.org/how-to-install-python-dotenv-in-python/