Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heatingma committed Jul 19, 2023
1 parent fe91344 commit 094fbd4
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,47 @@
Ubuntu 22.04 linux-5.19

### 使用方法
pip install okftools
1.pip install okftools
<div><center>
<img src=docs/pip.png width=70% height=70% >
<br>
<strong><font face="仿宋" size=2>图1 pip install okftools</font>
</strong>
</center></div>

2.pip show okftools
<div><center>
<img src=docs/show.png width=70% height=70% >
<br>
<strong><font face="仿宋" size=2>图2 pip show okftools</font>
</strong>
</center></div>

3.cd the okftools path

4.python okftools_setup.py or python3 okftools_setup.py
<div><center>
<img src=docs/setup.png width=70% height=70% >
<br>
<img src=docs/pyinstaller.png width=70% height=70% >
<br>
<strong><font face="仿宋" size=2>图4 python okftools_setup.py</font>
</strong>
</center></div>

5. input the following command to use okftools
./oktfools
<div><center>
<img src=docs/okftools.png width=70% height=70% >
<br>
<strong><font face="仿宋" size=2>图5 oktfools</font>
</strong>
</center></div>


* 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

0 comments on commit 094fbd4

Please sign in to comment.