magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 45 forks source link

Instructions to run tests don't work #17

Closed talwrii closed 2 years ago

talwrii commented 7 years ago

From README.rst

> pip install -r requirements.txt -r requirements-dev.txt

But there are no requirement files:

pip install -r requirements.txt -r requirements-dev.txt
git status
HEAD detached at origin/master
nothing to commit, working tree clean
--- 16-09-30T15:36:03  0 0:00 tom@laptop:/home/tom/active/python-readchar (:a3c851e|✔)
git rev-parse HEAD
a3c851e6943480a503cc9039ce98343e547844a0
--- 16-09-30T15:36:10  0 0:00 tom@laptop:/home/tom/active/python-readchar (:a3c851e|✔)
find . | grep req
--- 16-09-30T15:36:14  1 0:00 tom@laptop:/home/tom/active/python-readchar (:a3c851e|✔)