From 094fbd48d9b388ed02dcea9d4e495695d6d2dbd0 Mon Sep 17 00:00:00 2001 From: heatingma <115260102+heatingma@users.noreply.github.com> Date: Wed, 19 Jul 2023 23:12:15 +0800 Subject: [PATCH] Update README.md --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35613b4..a774167 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,47 @@ Ubuntu 22.04 linux-5.19 ### 使用方法 - pip install okftools - + 1.pip install okftools +
+ +
+图1 pip install okftools + +
+ 2.pip show okftools +
+ +
+图2 pip show okftools + +
+ + 3.cd the okftools path + + 4.python okftools_setup.py or python3 okftools_setup.py +
+ +
+ +
+图4 python okftools_setup.py + +
+ + 5. input the following command to use okftools + ./oktfools +
+ +
+图5 oktfools + +
+ + + * If the following error occurs: + libGL error: failed to load driver: swrast. + libGL error: failed to load driver: vmwgfx + * please try: + conda install -c conda-forge gcc=12.1.0 \ No newline at end of file