diff --git a/Release-Procedure.md b/Release-Procedure.md
index 8de7061..5c23d9b 100644
--- a/Release-Procedure.md
+++ b/Release-Procedure.md
@@ -6,6 +6,6 @@ Overview of performing a WA/Devlib Release.
 - Push commit replacing `devX` version with and empty string to signify this is a release version.
 - Tag the commit with both the version number in the form `vX.X.X` and `stable`. 
 - Pull latest master branch and ensure a clean working directory.
-- Package the repository with `python setup.py sdist -s` (Note the `-s` to prevent commit hash being added to the package version).
+- Package the repository with `python3 setup.py sdist -s` (Note the `-s` to prevent commit hash being added to the package version).
 - Upload the package to PyPi using twine (`twine upload dist/<release>.tar.gz`).
 - Push new commit bumping to the version to the next version with the `dev1` tag.