flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 397 forks source link

setup.py fails on mac #11

Closed rameshraithatha closed 6 years ago

rameshraithatha commented 6 years ago

While running setup.py on my mac it asks me to run it with sudo for the pip install but later while running the brew install command it fails since brew doesn't like sudo.

I would suggest moving the installation of external dependencies to the user and you should concentrate on installing the python dependencies only.

Also, setting up the tool is little painful right now. Installing the tool should be as simple as running a pip install astra or apt-get install astra command. Running the tool should be as simple as running a command astra.

sunitavc commented 6 years ago

Workaround: pip install -r requirements.txt This just works provided we have pip installed etc.

sagarpo commented 6 years ago

@sunitavc Yes, that will work.

sagarpo commented 6 years ago

@rameshraithatha You can now directly use sudo pip install -r requirements.txt for set up.