From 8df9ffd14e60cfd4eb14e3a1711b4721163eba50 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 23 Aug 2022 21:34:33 +0800 Subject: [PATCH] added install_local.sh --- install_local.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 install_local.sh diff --git a/install_local.sh b/install_local.sh new file mode 100755 index 0000000..7e06325 --- /dev/null +++ b/install_local.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +rm -rf build +rm -rf dist +#python setup.py build_ext --inplace +#python setup.py install +python setup.py sdist +pip install dist/*.tar.gz --force-reinstall +rm -rf ./*.egg-info \ No newline at end of file -- GitLab