From 9b0c4067b3ff3776381530b2af4d969b14063238 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Sat, 24 Oct 2020 02:47:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 942286e..1cb5c7a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Use the run_testing.py file inside the src folder to run your code and te 1. Change version number to whatever plus 1 2. Rename "src" folder to "EasyGA" 3. Run these two commands -```bash +``` python setup.py bdist_wheel sdist // Build the package for publishing twine upload dist/* // Upload package to PyPI ```