Some software operation logs of mine
pip freeze > requirements.txt
conda create -n OperateLog python=3.11
conda activate OperateLog
pip install -r requirements.txt --proxy=127.0.0.1:10809
Operation_logs/
|
├── LICENSE
├── README.md
├── requirements.txt
├── Ocr/
│ ├── Umi-OCR.md
│ ├── ocr.py
│ ├── ocr_web_ui.py
│ └── utils.py
├── anaconda/
│ └── install-conda.md
├── colab/
│ ├── demo_down.md
│ ├── demo_save.md
│ └── usua_move.md
├── ffmpeg/
│ └── install-linux.md
├── gpu/
│ └── how-to-look-up-gpu.md
├── ide/
│ └── remove_idea.md
└── midjourney/
└── paint-log-01.md