globus-sdk-python icon indicating copy to clipboard operation
globus-sdk-python copied to clipboard

Added install make/tox recipes; modified contributing doc

Open derek-globus opened this issue 3 months ago • 0 comments

What?

  • Added a new tox environment: install-venv which installs a tox environment as though it were a virtual environment at ./.venv
  • Added a new make recipe: make install which installs a virtualenv and pre-commit
  • Update the contributing docs

Why?

The steps to get an IDE set up to function with the SDK is not apparent from the contributing docs.

Even if IDEs are not the exclusive development environment used by sdk contributors they are a core one. We should have a simpler path to encourage contribution from new contributors.

Testing

make clean && make install

derek-globus avatar Nov 12 '25 17:11 derek-globus