You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not that experienced with python, but from what I recall there are files like pyproject.toml or setup.py that allow you to define your dependencies in an OS-independent fashion and which are well supported by Python tooling.
I think it would simplify the workflow, and would allow easier deployment !
The text was updated successfully, but these errors were encountered:
That's so good to hear, I tried to build it for NixOS, but it's way harder without these standards, and I'm not knowledgeable enough to make it work ^^'
I did give it a try on a VM tho, and it was pretty cool !
(When you're done, I'll try to build it again, and contribute it to some nix package repository)
I'm not that experienced with python, but from what I recall there are files like
pyproject.toml
orsetup.py
that allow you to define your dependencies in an OS-independent fashion and which are well supported by Python tooling.I think it would simplify the workflow, and would allow easier deployment !
The text was updated successfully, but these errors were encountered: