mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
26 lines
373 B
ReStructuredText
26 lines
373 B
ReStructuredText
.. currentmodule:: boticordpy
|
|
|
|
.. quickstart:
|
|
|
|
Quickstart
|
|
==========
|
|
|
|
**For some examples or information about other features check our Github-Repo.**
|
|
|
|
Installation
|
|
------------
|
|
|
|
Enter one of these commands to install the library:
|
|
|
|
::
|
|
|
|
pip install boticordpy
|
|
|
|
|
|
::
|
|
|
|
python3 -m pip install boticordpy
|
|
|
|
|
|
Or just clone the repo: https://github.com/boticord/boticordpy
|
|
|