From eab84f30b4f2ecded70c8fabd1bd1df8e822061a Mon Sep 17 00:00:00 2001 From: ADILI Robin <robin.adili@inria.fr> Date: Fri, 3 Jul 2020 11:31:07 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 41c9e36..4d72ea3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,10 +1,11 @@ # Usage -Copy the content of `fbx/` in python path or project directory +Pre-built binaries for python 3.7 are available in the `fbx/`directory +Copy the content of `fbx/` in python path or project directory to use them # Build - - `./build.sh` + +You can build your own binaries using the script `./build.sh` Configured for Python3_x64 Will use an old version of sip without installing it -- GitLab