```bash which python3 which pip pip list | grep <package_name> pip install -e <package_dir> --config-settings editable_mode=strict ```