12 lines
157 B
Markdown
12 lines
157 B
Markdown
### Requirement
|
|
```
|
|
python3 -m pip install twine
|
|
python3 -m pip install --upgrade pip
|
|
pip3 install build
|
|
```
|
|
|
|
### Upload
|
|
```
|
|
bash scripts/upload_pypi.sh
|
|
```
|