Skip to content

Commit

Permalink
Update and improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG committed Apr 10, 2024
1 parent e014496 commit 61a1172
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion GETSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ All requirements are not strictly limited. However, some specific modules might
python -m pip install --upgrade pip
pip install "setuptools>=67.2.0"
```
- Recommend uninstalling the official `Ultralytics`: `pip uninstall -y ultralytics`
- Recommend uninstalling the official `Ultralytics`:
```
pip uninstall -y ultralytics
```

* Install dependencies/requirments under `vsensebox/requirements/`:
- On Windows:
Expand Down Expand Up @@ -95,6 +98,7 @@ All requirements are not strictly limited. However, some specific modules might
```
vsensebox.reset()
```
- For the details of GUI functions and configurations, check [Configurations page](https://rathaumons.github.io/vsensebox/vsensebox/config.html).
- Check the [example page](https://rathaumons.github.io/vsensebox/examples.html) for some real coding!
* For ***Linux***, if the GUI does not work, you might need to install these:
```
Expand Down
8 changes: 8 additions & 0 deletions docs/vsensebox/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Configurations
==============

vsensebox.gui.uitools
---------------------

.. automodule:: vsensebox.gui.uitools
:members:
:undoc-members:
:show-inheritance:

vsensebox.config.configurator
-----------------------------

Expand Down

0 comments on commit 61a1172

Please sign in to comment.