jerrod-lankford / GarageQTPi

An MQTT server for a raspberry pi garage door opener. Most commonly used as a HomeAssistant cover component.
MIT License
75 stars 36 forks source link

Cannot install #7

Closed onlize closed 7 years ago

onlize commented 7 years ago

Hello,

I am trying to install it and the problems.

  1. I installed Raspbian
  2. sudo apt-get update
  3. sudo apt-get upgrade
  4. sudo apt-get install python3-dev python3-venv
  5. python3 -m venv env
  6. env/bin/python -m pip install --upgrade pip setuptools
  7. git clone https://github.com/Jerrkawz/GarageQTPi.git

Next, I am trying to run: pip install -r requirements.txt, I receive the following error: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' Storing debug log for failure in /root/.pip/pip.log

Can you help? Thank you.