You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using non built-in packages, list them all in one file called requirements.txt. The user can then add all of them by simply running the pip install -r requirements.txt command.
In order to have a complete control of your packages, use a virtual environment.
Also, mention somewhere that this code works only on Python 3.10 or newer (e.g. the | syntax was not supported before).
requirements.txt. The user can then add all of them by simply running thepip install -r requirements.txtcommand.|syntax was not supported before).