mirror of
https://github.com/n0mjs710/dmr_utils3
synced 2025-12-20 23:45:36 +08:00
prepare for pypi
This commit is contained in:
15
install.sh
Executable file
15
install.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#! /bin/bash
|
||||
# This script will install dmr_utils from a downloaded zip file or from a git clone.
|
||||
# If all you are interested in using dmr_utils because another program requires it (HBlink DMRlink etc)
|
||||
# Then you can simply:
|
||||
# apt-get install python3-pip -y
|
||||
# pip install dmr_utils3
|
||||
|
||||
# Install the required support programs
|
||||
# apt-get install unzip -y
|
||||
# apt-get install python-dev -y
|
||||
apt-get install python3-pip -y
|
||||
|
||||
test -e ./setup.py || exit 1
|
||||
pip3 install --upgrade .
|
||||
|
||||
Reference in New Issue
Block a user