PyPartMC icon indicating copy to clipboard operation
PyPartMC copied to clipboard

add an [examples] varint to PyPartMC requirements in setup.py to avoid hacky logic in CI workflow and enable users to pip-install these dependencies

Open slayoo opened this issue 7 months ago • 1 comments

currently we have this in the workflow file:

          ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
          pip install -r .binder/requirements.txt

and no way for a user to pip-install these dependencies

slayoo avatar Nov 25 '23 10:11 slayoo