Python 201: An Intro to distutils

Last time we learned how to create modules and packages. Today we’re going to take the package we created and use Python’s distutils to create a couple different ways to distribute our code. In this tutorial, we’ll be learning the following: How to create a setup.py file How to create a source distribution How to […]

Python 201: An Intro to distutils Read More »