First time setup

You only need to do this once (on each computer). So if you have used this template already at some point these steps can be skipped.

Instructions

  1. Make sure you have the latest version of PyPA’s build installed
    (Linux) python3 -m pip install –upgrade build
    (Windows) py -m pip install –upgrade build
  2. Install Twine
    (Linux) python3 -m pip install –upgrade twine
    (Windows) py -m pip install –upgrade twine