Update README.md

This commit is contained in:
Daniel Wilczak
2020-10-24 02:47:35 -04:00
committed by GitHub
parent 2d0849889a
commit 9b0c4067b3

View File

@ -94,7 +94,7 @@ Use the <b>run_testing.py</b> 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
```