Skip to content

Conversation

@mehdiataei
Copy link
Contributor

After building the .so file:

To build use python setup.py sdist bdist_wheel in the 'py` folder.

To install use pip install ./Neon/py/dist/neon-0.1.0-cp312-cp312-linux_x86_64.whl (the file name could be different).

You can upload with twine upload --repository-url <your pypi project address> dist/*

TODOs:
This is only currently supported for Linux-x86. We should add support for Windows and MacOS in the future.

you can now just use import neon and use it in a separate file just like any other libraries.

For now, Warp is not added as a dependency since we use a custom build. Later, we will add neon to XLB as a dependency which will include the future version of the Warp with the needed capabilities.

Copy link
Collaborator

@massimim massimim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing!

@massimim massimim merged commit 413719e into Autodesk:py Feb 21, 2025
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants