Open Magikh42 opened 5 months ago
Sure, just make a PR to modify the README
Jun 5, 2024 05:20:09 Magi @.***>:
Hello,
In some Linux distributions, such as Debian or Void Linux, the python environment is managed and we can't install Python packages with the regular pip
- Some popular packages are installable via apt (for Debian) or xbps-install (Void Linux)
- Other must be installed using pipx
I think it would be useful to mention the pipx way of installing C 42 Formatter in the README Also the offical norminette[https://github.com/42School/norminette] mentions pipx (that's how I learned about this)
— Reply to this email directly, view it on GitHub[https://github.com/dawnbeen/c_formatter_42/issues/78], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AGBTCVM2W46L6AACOPKNARTZFZ7WHAVCNFSM6AAAAABIZ2SQL6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTIOBRGI3TGNA]. You are receiving this because you are subscribed to this thread. [Tracking image][https://github.com/notifications/beacon/AGBTCVP76LH5BKL3ENMWZ7TZFZ7WHA5CNFSM6AAAAABIZ2SQL6WGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHIWKTKHY.gif]
Hello,
In some Linux distributions, such as Debian or Void Linux, the python environment is managed and we can't install Python packages with the regular pip
apt
(for Debian) orxbps-install
(Void Linux)pipx
I think it would be useful to mention the
pipx
way of installing C 42 Formatter in the README Also the offical norminette mentionspipx
(that's how I learned about this)