tmo-monitor
tmo-monitor copied to clipboard
pip3 install .
Sorry, Python noob here.
On an uppdated RaspberryPi Python 3.9.2 pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9) pip3 install . yields ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
Help
Do I need to download the project and unpack it in the home directory?
You need to download the project and run pip3 install .
from within the directory the project is extracted into
or run pip3 install -e .
if you intend to use the .env file.