Loading install_local.sh 0 → 100755 +8 −0 Original line number Diff line number Diff line #!/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 Loading
install_local.sh 0 → 100755 +8 −0 Original line number Diff line number Diff line #!/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