From 0d98695e3125fcd4307639d4c51767bc9671b5d0 Mon Sep 17 00:00:00 2001 From: ADILI Robin <robin.adili@inria.fr> Date: Tue, 15 Sep 2020 12:34:05 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b3fd52e..12a7443 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ This repository contains scripts to build the FBXSDK Python Bindings for various ## Install -1. Download from the [Release Page](https://gitlab.inria.fr/radili/fbxsdk_python/-/releases) the archive `fbxsdkpy-cpPYTHONVERSION-PLATFORM` corresponding to your `PYTHONVERSION` and `PLATFORM`. `PYTHONVERSION` 35 corresponds to any 3.5 version of Python for example. The version of Python can be found with `python --version` +1. Download from the [Releases Page](https://gitlab.inria.fr/radili/fbxsdk_python/-/releases) the archive `fbxsdkpy-cpPYTHONVERSION-PLATFORM` corresponding to your `PYTHONVERSION` and `PLATFORM`. `PYTHONVERSION` 35 corresponds to any 3.5 version of Python for example. The version of Python can be found with `python --version` 2. Extract it 3. Move the content of the extracted directory (not the directory itself) in either the `sites-package` directory or directly in your project directory. The path of the `sites-package` directory is generally present in the Python path, which can be obtained using `python -c "import sys; print(sys.path)"` -- GitLab