greenaddress / garecovery

GreenAddress recovery tool for 2of2 and 2of3 wallets
MIT License
107 stars 53 forks source link

Error while running readme commands #51

Closed secondl1ght closed 2 years ago

secondl1ght commented 2 years ago

While trying to install the tool via the README commands, I made it to the pip install --require-hashes -r tools/requirements.txt command and received the following output in the terminal: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'tools/requirements.txt'.

Is there a reason why this directory doesn't exist for me when following the steps?

jgriffiths commented 2 years ago

The file is in the repo: https://github.com/greenaddress/garecovery/blob/master/tools/requirements.txt

make sure you are in the root directory of the repo when running the install commands.

secondl1ght commented 2 years ago

Thanks I wasn't sure if I needed to git clone the repo or not.