mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-15 00:05:11 +02:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
# build jc PIP package
|
|
# to install locally, run: pip3 install jc-x.x.tar.gz
|
|
|
|
python3 setup.py sdist bdist_wheel
|