最終更新:2021-09-06 (月) 06:02:25 (969d)  

pip install .
Top / pip install .

"Install the project found in the current directory".

This is just a specific case of pip install /path/to-source/tree.

Explicitly, pip install . will execute the setup.py file in the current directory (which will usually load a requirements.txt file).