From 8f057a00070d0537145c2fab8dc6ec8697d4e52d Mon Sep 17 00:00:00 2001 From: Rubbit Date: Wed, 18 Sep 2024 19:04:21 +0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cf9433a..f6baa98 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -##[1]install termux from https://github.com/termux/termux-app -##[2]enter termux -##[3]install proot-distro with to execute command of\ +##\[1\]install termux from https://github.com/termux/termux-app +##\[2\]enter termux +##\[3\]install proot-distro with to execute command of ```console apt install proot-distro ``` -##[4]install a distro with using proot-distro\ -##[5]login the distro\ -##[6]install a kind of conda such as miniconda and enter conda environment\ -##[7]create a conda virtual environment and activate it\ -###[8]install pytorch from binary\ +##[4]install a distro with using proot-distro +##[5]login the distro +##[6]install a kind of conda such as miniconda and enter conda environment +##[7]create a conda virtual environment and activate it +###[8]install pytorch from binary ```console conda install pytorch torchvision torchaudio cpuonly -c pytorch ``` -###[9]install pytorch from source\ -####[9.1]enable the option of android located in [setting>> developer options>> disable child process restrictiona]\ -####[9.2]\ \ No newline at end of file +###[9]install pytorch from source +####[9.1]enable the option of android located in [setting>> developer options>> disable child process restrictiona] +####[9.2] \ No newline at end of file