👩🏼💻 tech-note How to install custom Python library? To install your own Python library to the local environment, run the following command: python setup.py install To install your own Python library to the local environment, run the following command: python setup.py install -->