Hacker News new | ask | show | jobs
by dancenow 1049 days ago
This is the way. And that pip command is just clean.
1 comments

Have I lost my marbles? It doesn't work?

    (temp5)   ~/temp5 pip install .            
    ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
Run it from a clone of the repo to install it to the system / your user.

I don't see a name to install this from pypi (I see several dotdict libraries on there but they don't link here, so don't know if this is there somewhere).

As per this comment, I added it to pypi. You can now just do ‘pip install attr-dot-dict’.