Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 12 - Script Task (Build Pip)

This is only required if you wish to package your code as a module to be distributed via Pip. This isn't needed for all repositories, such as those which contain a collection of scripts.

Before doing this step make sure that the changes in Preparing Python Code for Distribution via PIP have been made to the repository.

This step runs a script which builds the code and uploads it to the Dev pip repository. This then allows it to easily be installed on other computers.

...