blob: 4449f79cdf09e5a821ba080d328745f2287c159f [file] [log] [blame] [view]
# How to deploy?
### 1、Register a repository account
1.1First, you need to register an account on the PyPI website or your own central repository account.
1.2Pypi register url is: https://pypi.org/account/register/
### 2、Upload package
2.1You can upload package to Pypi or your own central repository, if you choose pypi, you can do as next.
2.2Change to the project root directory and execute the commands in turn
2.2.1python setup.py register
2.2.2python setup.py sdist upload
### 3、Use
3.1If you successfully upload package to pypi, you can install using pip, such as: pip install gateway-proxy