File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,6 +88,12 @@ python-mini-project/
8888
8989#### 1. Clone the Repository
9090
91+ <div align =" right " >
92+
93+ <button class =" copy-btn " data-copy =" clone-command " >📋 Copy</button >
94+
95+ </div >
96+
9197``` bash
9298git clone https://github.com/steam-bell-92/python-mini-project.git
9399cd python-mini-project
@@ -97,6 +103,12 @@ cd python-mini-project
97103
98104For Linux/macOS:
99105
106+ <div align =" right " >
107+
108+ <button class =" copy-btn " data-copy =" linux-venv " >📋 Copy</button >
109+
110+ </div >
111+
100112``` bash
101113python3 -m venv venv
102114source venv/bin/activate
@@ -118,6 +130,12 @@ venv\Scripts\Activate.ps1
118130
119131#### 3. Install Dependencies
120132
133+ <div align =" right " >
134+
135+ <button class =" copy-btn " data-copy =" install-command " >📋 Copy</button >
136+
137+ </div >
138+
121139``` bash
122140pip install --upgrade pip
123141pip install -r requirements.txt
@@ -161,6 +179,12 @@ The web app requires Node.js and npm:
161179
162180#### Steps to Run Web App
163181
182+ <div align =" right " >
183+
184+ <button class =" copy-btn " data-copy =" web-command " >📋 Copy</button >
185+
186+ </div >
187+
164188``` bash
165189cd web-app
166190npm install
@@ -173,6 +197,12 @@ The app will open at `http://localhost:3000` (or your configured port).
173197
174198To verify that the projects work correctly, run the test suite:
175199
200+ <div align =" right " >
201+
202+ <button class =" copy-btn " data-copy =" pytest-command " >📋 Copy</button >
203+
204+ </div >
205+
176206``` bash
177207pytest tests/ -v
178208```
You can’t perform that action at this time.
0 commit comments