<< [[Python]] Install the current directory as editable: ```python pip install -e . ``` List installed packages: ```python pip list ```