Skip to content

Install instructions for development incorrect in README #134

@phinate

Description

@phinate

At the moment, the README suggests the following:

git clone git@github.com:NVIDIA/torch-harmonics.git
cd torch-harmonics
pip install -e .

In fact, for this to work on my machine, I needed to both bound my Python version to 3.11 (see #135 for why), and also run

git clone git@github.com:NVIDIA/torch-harmonics.git
cd torch-harmonics
pip install torch
pip install --no-build-isolation -e .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions