radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.73k stars 3.01k forks source link

Hi, these two lines does not exist in the repo #7903

Closed wenhuizhang closed 7 years ago

wenhuizhang commented 7 years ago

$ sys/python-deps.sh $ sys/python.sh

radare commented 7 years ago

They are now available as r2pm packages

On 11 Jul 2017, at 01:54, Wenhui Zhang notifications@github.com wrote:

$ sys/python-deps.sh $ sys/python.sh

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Maijin commented 7 years ago

Where did you find this ?

wenhuizhang commented 7 years ago

In doc folder , for installation on Mac

wenhuizhang commented 7 years ago

How could I install r2pm package on mac please?

radare commented 7 years ago

r2pm comes with r2 , just install r2 and then r2pm -s python and then use -i to install what you want..

but the thing is.. what do you exactly want to do with r2 and python? because you’ll probably only need to pip install r2pipe

On 11 Jul 2017, at 17:15, Wenhui Zhang notifications@github.com wrote:

How could I install r2pm package on mac please?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/radare/radare2/issues/7903#issuecomment-314477327, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-lqsprsd0YWtMEtbdkqH0gpApNOhkks5sM5GPgaJpZM4OTjwM.

wenhuizhang commented 7 years ago

That makes sense to me, thanks I will go with pip then.

Maijin commented 7 years ago

Ok thanks i removed those lines from osx.md