|
109 | 109 | <a href="#" onclick="navigator.clipboard.writeText('git clone https://github.com/Radio125/SCORM-Test-Decoder-Telegram-Bot.git')">
|
110 | 110 | <img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
|
111 | 111 | </a>
|
112 |
| - <pre>git clone https://github.com/Radio125/SCORM-Test-Decoder-Telegram-Bot.git</pre> |
| 112 | + ```bash |
| 113 | + git clone https://github.com/Radio125/SCORM-Test-Decoder-Telegram-Bot.git |
| 114 | + ``` |
113 | 115 | </li>
|
114 | 116 | <li><strong>Navigate to the Directory</strong>:
|
115 | 117 | <br>
|
116 | 118 | <a href="#" onclick="navigator.clipboard.writeText('cd SCORM-Test-Decoder-Telegram-Bot')">
|
117 | 119 | <img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
|
118 | 120 | </a>
|
119 |
| - <pre>cd SCORM-Test-Decoder-Telegram-Bot</pre> |
| 121 | + ```bash |
| 122 | + cd SCORM-Test-Decoder-Telegram-Bot |
| 123 | + ``` |
120 | 124 | </li>
|
121 | 125 | <li><strong>Create a Virtual Environment (optional but recommended)</strong>:
|
122 | 126 | <br>
|
123 | 127 | <a href="#" onclick="navigator.clipboard.writeText('python -m venv venv')">
|
124 | 128 | <img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
|
125 | 129 | </a>
|
126 |
| - <pre>python -m venv venv</pre> |
| 130 | + ```bash |
| 131 | + python -m venv venv |
| 132 | + ``` |
127 | 133 | </li>
|
128 | 134 | <li><strong>Activate the Virtual Environment</strong>:
|
129 | 135 | <ul>
|
|
132 | 138 | <a href="#" onclick="navigator.clipboard.writeText('venv\\Scripts\\activate')">
|
133 | 139 | <img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
|
134 | 140 | </a>
|
135 |
| - <pre>venv\Scripts\activate</pre> |
| 141 | + ```bash |
| 142 | + venv\Scripts\activate |
| 143 | + ``` |
136 | 144 | </li>
|
137 | 145 | <li><strong>macOS/Linux</strong>:
|
138 | 146 | <br>
|
139 | 147 | <a href="#" onclick="navigator.clipboard.writeText('source venv/bin/activate')">
|
140 | 148 | <img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
|
141 | 149 | </a>
|
142 |
| - <pre>source venv/bin/activate</pre> |
| 150 | + ```bash |
| 151 | + source venv/bin/activate |
| 152 | + ``` |
143 | 153 | </li>
|
144 | 154 | </ul>
|
145 | 155 | </li>
|
|
148 | 158 | <a href="#" onclick="navigator.clipboard.writeText('pip install -r requirements.txt')">
|
149 | 159 | <img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
|
150 | 160 | </a>
|
151 |
| - <pre>pip install -r requirements.txt</pre> |
| 161 | + ```bash |
| 162 | + pip install -r requirements.txt |
| 163 | + ``` |
152 | 164 | </li>
|
153 | 165 | <li><strong>Run the Bot</strong>:
|
154 | 166 | <br>
|
155 | 167 | <a href="#" onclick="navigator.clipboard.writeText('python bot.py')">
|
156 | 168 | <img alt="Copy to clipboard" src="https://img.shields.io/badge/copy%20command-1a73e8?logo=clipboard&style=flat-square">
|
157 | 169 | </a>
|
158 |
| - <pre>python bot.py</pre> |
| 170 | + ```bash |
| 171 | + python bot.py |
| 172 | + ``` |
159 | 173 | </li>
|
160 | 174 | </ol>
|
161 | 175 | </details>
|
|
0 commit comments