I am trying to use this code from github.
The first three commands to get this started are:
pip install bitfinex
bitfinex-poll-orderbook
pip install -r ./requirements.txt
The first two work perfectly fine and I am able see the orderbook for Bitfinex, a bitcoin trading exchange. When I put the third line I get the following error
Could not open requirements file: [Errno 2] No such file or directory: './requirements.txt'
What can I do to fix this?