mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
6 lines
127 B
Bash
6 lines
127 B
Bash
![]() |
#!/bin/bash
|
||
|
# build jc PIP package
|
||
|
# to install locally, run: pip3 install jc-x.x.tar.gz
|
||
|
|
||
|
python3 setup.py sdist bdist_wheel
|