[03b52a]: / pip_step.md

Download this file

9 lines (6 with data), 252 Bytes

https://tendcode.com/article/setup-to-pypy/

    1. config the setup.py and MANIFEST.in
    1. python setup.py sdist bdist_wheel
    1. python setup.py install # test, installed
    1. pip uninstall aggmap #uninstall
    1. twine upload dist/* #upload to pypi