From f1c09d129a8e81a3d0254eb996b4c05d347e971a Mon Sep 17 00:00:00 2001 From: zhackerloopback Date: Sat, 8 Oct 2022 21:14:31 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1700d2df..922a32dc 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Mac/OS X: a) If you install Python using brew, the relevant headers are already installed for you. In other words, you don't need python-devel. b) `brew install pkg-config libffi` `export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig/` # May change with libffi version +`apt-get install pip` `pip install cffi` c) `brew install libtins` 3. `pip install -r requirements.txt`