Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MelchiorSchuh committed Sep 27, 2023
1 parent 06afc2b commit 1a9d1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To use OpenGeode-Inspector, several options are available:

* If you installed and compiled the C++ source code, you can use the executable binaries to apply an inspection of your meshes/models and toggle on/off the various checks directly.
* or use the API functions (check the tests to see how it is done) if you want to go further or use the resulting errors to repair your meshes/models.
* If you installed the python library, you can add ```import opengeode_inspector``` in your Python script to use the available API functions. Check [this documentation page](https://docs.geode-solutions.com/how-to-use-binding) for more details. Examples are also procured in the ```examples``` folder.
* If you installed the python library, you can add ```import opengeode_inspector``` in your Python script to use the available API functions. Check [this documentation page](https://docs.geode-solutions.com/guides/use-opengeode-binding.html) for more details. Examples are also procured in the ```examples``` folder.
* You can inspect your models without any installation, by using the API of the [Geode-solutions free tools](https://geode-solutions.com/tools).

The available checks for each mesh type are:
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.8.0
opengeode-core==14.*,>=14.9.0rc3
# via
# -r bindings/python/requirements.in
# opengeode-geosciences
Expand Down

0 comments on commit 1a9d1ae

Please sign in to comment.