EleutherAI / mp_nerf

Massively-Parallel Natural Extension of Reference Frame
30 stars 4 forks source link

Make PyPI package #3

Closed OlaRonning closed 3 years ago

OlaRonning commented 3 years ago

Hi,

Read your paper and want to incorporate mp nerf in my project.

While cloning is doable, it would be significantly easier to use pip install mp-nerf. To process to upload the project to PyPI is described here. I'll gladly assist in doing so.

hypnopump commented 3 years ago

it is already provided as a PyPI package (the command you mentioned should work), doesn't it work as expected?

OlaRonning commented 3 years ago

Great! I just checked my command history, and I used pip install mp_nerf with _ instead of -. pip install mp-nerf does indeed work. Thanks for the quick reply. I'll close the issue.