C.M. Yang
C.M. Yang
I installed processing v3.5.3 on Ubuntu 18.04.3 LTS which will create the folder `~/sketchbook/libraries`. So I copy the unzip Unfolding Map package to `~/sketchbook/libraries` and run the demo command `python...
Personally, I prefer to keep the repo natural which means any setting for a specific IDE should be set in .gitignore. Let the developer focus on features and bugfix. Or,...
Understood and agree that CI shouldn't make changes. But I would like to separate into two topics here 1. Support multiple package manager or not? 2. Maintain the build-in requirements.txt...
> So I think requirements.txt is between package.json and lock file. How about you? Agree, `package.json` event composes some other functionality. > We should only support one package manager (current...
Hi @AirOne01 As @ziloka said, we are not on the public PyPI server since this is a fork project. So it might not be related to the Python version only....
`poetry` is one of my potential solution, but we require to clarify the dependencies on all Python version we supported before doing so