Skip to content

Commit a19cfef

Browse files
committed
实现了本地调试环境一键安装脚本
1 parent 0cdba95 commit a19cfef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

local_deploy_for_test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
##conda create --name django_async_admin --clone simplepro
3+
##conda deactivate
4+
#conda remove --name simplepro --all
5+
rm -rf dist/*
6+
python setup.py sdist bdist_wheel
7+
/Users/shadikesadamu/anaconda3/envs/allkeeper/bin/pip install dist/DjangoAsyncAdmin-*.tar.gz

0 commit comments

Comments
 (0)