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

document installation from source using the published package #299

Open
martinResearch opened this issue Aug 22, 2024 · 0 comments
Open

Comments

@martinResearch
Copy link

In the documentation it is said one should use pip install git+https://github.com/nerfstudio-project/nerfacc.git
build the CUDA code during installation.
An alternative that allows on to still use the published package from pypi.org is to use pip install --no-binary=nerfacc nerfacc which will do the installation using nerfacc-0.5.3.tar.gz instead of nerfacc-0.5.3-py3-none-any.whl
it would be great to document this option too.

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

No branches or pull requests

1 participant