You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.en.md
+20-34Lines changed: 20 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,46 +62,32 @@
62
62
63
63
> 🔒 Secure local deployment: If you're concerned about data security, fret not! Auto_PPT supports local deployment; simply add your OpenAI API key and Unsplash API key information.
64
64
65
-
## 🎨 Deployment Guide
66
-
67
-
> The project requires a Python environment, preferably Python 3 or higher. The author used Python 3.9.
68
-
69
-
> 1. Create a virtual environment
70
-
71
-
```bash
72
-
python -m venv venv
65
+
## 🎨 Deployment Guide
66
+
>The project operation requires a Python environment, and it is recommended to use Python 3 or above. The author uses Python 3.9
67
+
>1 Creating a virtual environment
68
+
```Bash
69
+
python - m venv venv
73
70
```
74
-
75
-
> 2. Activate the virtual environment
76
-
77
-
```bash
78
-
. venv/bin/activate
71
+
>2 Activate virtual environment
72
+
```Bash
73
+
. venv/bin/activate
79
74
```
80
-
81
-
> 3. Install the required Python components
82
-
83
-
```bash
84
-
pip install -r requirements.txt
75
+
>3 Install required Python components
76
+
```Bash
77
+
pip install - r requirements. txt
85
78
```
86
-
87
-
> 4. Add your API key in config.ini
88
-
89
-
> 5. Replace www.limaoyi.top with 127.0.0.1 in ./templates/index.html
90
-
91
-
> 6. Run the project
92
-
93
-
> To run:
94
-
```bash
79
+
>4 Add your API key in config.ini
80
+
>5 Modify/ The base absolute path of readconfig/mycofig.py makes it the folder path of config.ini
81
+
>6 Run Project
82
+
>Run
83
+
```Bash
95
84
python application.py
96
85
```
97
-
98
-
> Or (production mode) in a Linux-like environment, run the following command
0 commit comments