Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<meta property="og:description" content="A Python framework for the Telegram Bot API">
<meta property="og:determiner" content="">
</head>


<body>

<a href="/">
Expand Down Expand Up @@ -100,8 +100,8 @@ <h2>Easy to setup</h2>
<div class="window-header">
<div class="action-buttons"></div>
</div>
<pre><span class="gi">$</span> <span class="c"># This installs the pre-release of v20</span>
<span class="gi">$</span> pip install python-telegram-bot --pre
<pre><span class="gi">$</span> <span class="c"># This installs the latest stable release</span>
<span class="gi">$</span> pip install python-telegram-bot --upgrade
<span class="gi">$</span> python bot.py</pre>
</div>
<br>
Expand All @@ -123,8 +123,8 @@ <h2>And it is free</h2>
<p class="right">© Copyright 2015-2023. Licensed by <a href="https://creativecommons.org/licenses/by/3.0/" rel="license" target="_blank">Creative Commons</a>.</p>
</footer>
</section>

<script async="" defer="" id="github-bjs" src="https://buttons.github.io/buttons.js"></script>

</body>
</html>