initstring / cloud_enum

Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and Google Cloud.
MIT License
1.64k stars 241 forks source link

requirements.txt invocation to be change in readme.md #20

Closed ipentest closed 4 years ago

ipentest commented 4 years ago

Hi,

Currently in the setup part of readme.md, the method to install from requirements.txt is given as follows:

pip3 install -r ./requirements.txt

This should be changed to

pip3 install -r requirements.txt

Thanks for the awesome work, Kiran

initstring commented 4 years ago

Hi, Thanks for taking the time to open an issue! ./ specifies the current working directory to be the path of the requirements.txt file. Why should this be changed? I believe it should generally work either way, but including the path directive is more specific.

initstring commented 4 years ago

Closing.