From 80424cb61e43421d5cb1661e5161d56d2aae128a Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Sat, 24 Oct 2020 02:46:50 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f737fe9..6155ed9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ test_EasyGA.py .. ============================================== 2 passed in 0.04s ========================== ``` + + + This is only an example and we will create hundreds of tests so this list will become bigger and bigger. @@ -86,6 +89,18 @@ Use the github tab to pull the github repository. Its self explanitory. Use the run_testing.py file inside the src folder to run your code and test while we build the package. +## Upload to PyPi + +####Steps: +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 +``` + +The second command requires a username and password. ## Other options