pieces-app / pieces-os-client-sdk-for-python

The Pieces OS Client SDK is a powerful code engine package designed for writing applications on top of Pieces OS.
MIT License
26 stars 14 forks source link

Update bug report to suggest python --version #80

Open jimbobbennett opened 1 month ago

jimbobbennett commented 1 month ago

In the bug report we ask for the users Python version, and give the hint python -V.

This is potentially confusing, as if you run python -v (lower case), you get weird things happening and end up in the interpreter.

To avoid confusion, we should change this to python --version