NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
361 stars 103 forks source link

Update requirements installation command in README #123

Open Jarvl opened 6 months ago

Jarvl commented 6 months ago

Update requirements installation command in README with correct pip3 install command. Previously the command would look for a requirements.txt file one directory level up from the project directory causing installation to fail with the following error:

ERROR: Could not open requirements file: [Errno 2] No such file or directory: '../requirements.txt'