tmo-monitor icon indicating copy to clipboard operation
tmo-monitor copied to clipboard

pip3 install .

Open DWomack opened this issue 2 years ago • 2 comments

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?

DWomack avatar May 19 '22 13:05 DWomack

You need to download the project and run pip3 install . from within the directory the project is extracted into

highvolt-dev avatar May 19 '22 14:05 highvolt-dev

or run pip3 install -e . if you intend to use the .env file.

scheblein avatar Mar 27 '23 14:03 scheblein