Metadata-Version: 2.4
Name: physicsnemo
Version: 0.0.1
Summary: Use nvidia-physicsnemo to install NVIDIA PhysicsNeMo
Home-page: https://github.com/NVIDIA/physicsnemo
Author: NVIDIA PhysicsNeMo Team
License: Apache-2.0
Project-URL: Official PyPI package, https://pypi.org/project/nvidia-physicsnemo/
Project-URL: Documentation, https://docs.nvidia.com/physicsnemo/
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: summary

# Install NVIDIA PhysicsNeMo with `nvidia-physicsnemo`

The `physicsnemo` PyPI distribution intentionally fails installation and tells
you the correct package name:

```sh
pip install nvidia-physicsnemo
```

Continue to use `import physicsnemo` in Python code. The install name and import
name are different.

Replace `physicsnemo` with `nvidia-physicsnemo` in your dependency declarations,
preserving any extras and version constraints. If the dependency comes from
another project, report the incorrect name to that project's maintainers.

This protective distribution helps prevent malicious use of a name that users
may confuse with the official package. It does not install NVIDIA PhysicsNeMo,
declare a dependency on it, or provide any Python modules. There is no bypass
environment variable.

- [NVIDIA PhysicsNeMo on PyPI](https://pypi.org/project/nvidia-physicsnemo/)
- [Source and installation guidance](https://github.com/NVIDIA/physicsnemo)
- [Documentation](https://docs.nvidia.com/physicsnemo/)

