tiktaalik-dev / blueproximity

Desktop application to lock/unlock your screen automatically based on detecting how close it's to another Bluetooth device (e.g. your mobile phone).
GNU General Public License v2.0
93 stars 28 forks source link

Cannot install due to missing directory #3

Closed CRPrinzler closed 4 years ago

CRPrinzler commented 4 years ago

pip3 install -t requirements.txt ERROR: Target path exists but is not a directory, will not continue. Any ideas?

tiktaalik-dev commented 4 years ago

Hi CRPrinzler,

Thanks for letting me know about this! It was my mistake. Sorry about that. I had typed the wrong parameter for that command (-t instead of -r). I've upgraded the README file with the right instruction and also added another command that you should run before pip. Please check the new instructions up! I also fixed the name of the packages in the file requirements.txt as pip uses a different name than what I thought it does, so please download the updated file before running pip3 again. On a side note, if you just intend to run it in your system (instead of developing) maybe you could just try to execute the start_proximity.sh file. Probably every linux distro has python already installed, so you probably will find it runs just fine without creating a virtual environment.

Let me know how it goes, please.

Cheers, Rigo.

CRPrinzler commented 4 years ago

Thx for your quick reply. I will try this at once.