a | b/pip_step.md | ||
---|---|---|---|
1 | https://tendcode.com/article/setup-to-pypy/ |
||
2 | |||
3 | - 1. config the setup.py and MANIFEST.in |
||
4 | - 2. python setup.py sdist bdist_wheel |
||
5 | - 3. python setup.py install # test, installed |
||
6 | - 4. pip uninstall aggmap #uninstall |
||
7 | - 5. twine upload dist/* #upload to pypi |
||
8 |