📝 docs: Update documentation

This commit is contained in:
yyhhyyyyyy
2024-12-05 10:34:09 +08:00
parent 6288b70ae2
commit 6760a0ad00
7 changed files with 5 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ docker-compose up
```shell
git clone https://github.com/harry0703/MoneyPrinterTurbo.git
cd MoneyPrinterTurbo
conda create -n MoneyPrinterTurbo python=3.10
conda create -n MoneyPrinterTurbo python=3.11
conda activate MoneyPrinterTurbo
pip install -r requirements.txt
```