From 3082f5fc90bbae796b31004b175edea515a086f6 Mon Sep 17 00:00:00 2001 From: ADILI Robin <robin.adili@inria.fr> Date: Tue, 22 Sep 2020 18:55:42 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index ae47d2a..95b87bd 100644 --- a/Readme.md +++ b/Readme.md @@ -19,6 +19,6 @@ Alternatively, the bindings can be built and installed by cloning this repositor ### Remarks -Instead of the libraries and bindings from Autodesk being included in the repository, they are downloaded before building -`--verbose` is recommended to get the output of the compiler in case of an error. Also, as compilation can take several minutes, `pip` might otherwise seem unresponsive -On Windows, the installers from Autodesk trigger Permission Requests, if left unanswered they will timeout, the installation will continue without the required files and quietly fail. A solution to run the installation unattended is to do it from an Administrator command line +- Instead of the libraries and bindings from Autodesk being included in the repository, they are downloaded before building +- `--verbose` is recommended to get the output of the compiler in case of an error. Also, as compilation can take several minutes, `pip` might otherwise seem unresponsive +- On Windows, the installers from Autodesk trigger Permission Requests, if left unanswered they will timeout, the installation will continue without the required files and quietly fail. A solution to run the installation unattended is to do it from an Administrator command line -- GitLab