python base classes for xtool
python3 step.py sdist
python3 step.py install
- #install deps
- md simple
- curl -O -L https://raw.githubusercontent.com/czjone/xcore-python/main/install-dep.bat
- install-dep.bat
- del install-dep.sh
- #install xcore-python
- curl -O -L https://raw.githubusercontent.com/czjone/xcore-python/main/install.bat
- install.bat
- del install.bat
- #install deps
- mkdir simple
- curl -O -L https://raw.githubusercontent.com/czjone/xcore-python/main/install-dep.sh
- sh install-dep.sh
- rm -rf install-dep.sh
- #install xcore-python
- curl -O -L https://raw.githubusercontent.com/czjone/xcore-python/main/install.sh
- sh install.sh
- rm -rf install.sh