Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added packaging #60

Open
wants to merge 1 commit into
base: py
Choose a base branch
from
Open

Added packaging #60

wants to merge 1 commit into from

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant