From 84b5b33e0c27620516ecfebd08dd928f452e9fbf Mon Sep 17 00:00:00 2001 From: AURUMVORXX Date: Sun, 10 Nov 2024 21:20:59 +0300 Subject: [PATCH] docs: Updated How to Use page --- docs/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6fdec90..473fc5d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ ## How to use 1. Download latest module version from the **Release** page -2. Unzip downloaded archive into your server directory (you should now have **PyG2O.xYY.dll**, **python312.dll**, **libs/** and **g2o/** in your root server directory) +2. Unzip downloaded archive into your server directory (you should now have **PyG2O.xYY.dll**, **python312.dll**, **libs/** and **g2o/** in your root server directory, or similar `.so` files if you're using linux) 3. Place .DLL module in the place you want and connect it with **config.xml** ```xml @@ -14,4 +14,7 @@ Your entry point should import PyG2O library: import g2o # your code ``` -If you make package that uses PyG2O functions, then this package also should also contain import. \ No newline at end of file +If you make package that uses PyG2O functions, then this package also should also contain import. + +## Examples +You can find default (example) scripts in [this repository](https://github.com/AURUMVORXX/PyG2O-DefaultScripts) \ No newline at end of file