# installShell **Repository Path**: Sake809/installShell ## Basic Information - **Project Name**: installShell - **Description**: 一些安装的shell脚本,例如stable diffusion安装脚本, python3.10和pip安装。 Some install shell. Such as, install python-3.10 and pip shell script, install stable diffusion shell script. - **Primary Language**: Shell - **License**: Unlicense - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-23 - **Last Updated**: 2023-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Common install auto shell for Linux [中文](https://gitee.com/Sake809/installShell/blob/main/README.ZH.md)|[English](https://gitee.com/Sake809/installShell/blob/main/README.md)|[github](https://github.com/Ericzhang528/installShell) ## Ubuntu instructions ### Install python3.10 and pip in ubuntu system Install python3.10 and pip please use: __install-python-3.10-pip.sh__ ```bash bash <(curl -s https://gitee.com/Sake809/installShell/raw/main/Ubuntu-Install-python-3.10-pip.sh) ``` ### Install stable diffusion auto shell #### step1 You must use ubuntu system, And you must use GPU Cloud. The shell don't have install GPU driver, Please manually install the driver yourself. #### step2 You must installed python3.10 and pip 23.x in your system. If you don't install, please Run ```bash bash <(curl -s https://gitee.com/Sake809/installShell/raw/main/Ubuntu-Install-python-3.10-pip.sh) ``` to install. #### step3 Install stable diffusion auto shell please use: __Install-stable-diffusion.sh__ ```bash bash <(curl -s https://gitee.com/Sake809/installShell/raw/main/Ubuntu-Install-stable-diffusion.sh) ```