Im starting to develop a new python tool which is requiring the install of a number of additional packages. Each time I run pip install i get the message:
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Would upgrading pip cause any issues with the Alteryx or is that safe to do?