📝 docs: Update documentation
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Use an official Python runtime as a parent image
|
# Use an official Python runtime as a parent image
|
||||||
FROM python:3.10-slim-bullseye
|
FROM python:3.11-slim-bullseye
|
||||||
|
|
||||||
# Set the working directory in the container
|
# Set the working directory in the container
|
||||||
WORKDIR /MoneyPrinterTurbo
|
WORKDIR /MoneyPrinterTurbo
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ using [conda](https://conda.io/projects/conda/en/latest/user-guide/install/index
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/harry0703/MoneyPrinterTurbo.git
|
git clone https://github.com/harry0703/MoneyPrinterTurbo.git
|
||||||
cd MoneyPrinterTurbo
|
cd MoneyPrinterTurbo
|
||||||
conda create -n MoneyPrinterTurbo python=3.10
|
conda create -n MoneyPrinterTurbo python=3.11
|
||||||
conda activate MoneyPrinterTurbo
|
conda activate MoneyPrinterTurbo
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ docker-compose up
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/harry0703/MoneyPrinterTurbo.git
|
git clone https://github.com/harry0703/MoneyPrinterTurbo.git
|
||||||
cd MoneyPrinterTurbo
|
cd MoneyPrinterTurbo
|
||||||
conda create -n MoneyPrinterTurbo python=3.10
|
conda create -n MoneyPrinterTurbo python=3.11
|
||||||
conda activate MoneyPrinterTurbo
|
conda activate MoneyPrinterTurbo
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|||||||
BIN
docs/api.jpg
BIN
docs/api.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 113 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 284 KiB |
BIN
docs/webui.jpg
BIN
docs/webui.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 275 KiB |
@@ -11,3 +11,4 @@ dashscope==1.20.14
|
|||||||
g4f==0.3.8.1
|
g4f==0.3.8.1
|
||||||
azure-cognitiveservices-speech==1.41.1
|
azure-cognitiveservices-speech==1.41.1
|
||||||
redis==5.2.0
|
redis==5.2.0
|
||||||
|
python-multipart==0.0.19
|
||||||
Reference in New Issue
Block a user