isaacsim-example 4.0.0.0__tar.gz → 4.2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. PKG-INFO +12 -2
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isaacsim-example
3
- Version: 4.0.0.0
3
+ Version: 4.2.0.1
4
4
  Summary: Isaac Sim examples
5
5
  Author: Isaac Sim team
6
6
  License: NVIDIA Proprietary Software
@@ -11,5 +11,15 @@ Keywords: nvidia,omniverse,isaacsim,example
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: License :: Other/Proprietary License
13
13
  Requires-Python: ==3.10.*
14
- Requires-Dist: isaacsim-cortex ==4.0.0.0
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: isaacsim-cortex ==4.2.0.1
16
+
17
+ # isaacsim-example
18
+
19
+ Isaac Sim examples
20
+
21
+ <hr>
22
+
23
+ See [Install Isaac Sim using PIP](https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_python.html)
24
+ for details on how to install and run Isaac Sim in a (virtual) Python environment.
15
25