mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Add pip release
This commit is contained in:
parent
5ea95aaa39
commit
087e416bf2
@ -4,16 +4,16 @@
|
||||
###### (Lib can't ready to use)
|
||||
|
||||
* From pip:\
|
||||
`$ pip install ...`
|
||||
`$ pip install KuiToi`
|
||||
* From source:\
|
||||
`git clone https://github.com/kuitoi/...`
|
||||
`git clone https://github.com/KuiToi/KuiToi-PyLib`
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
import BEAMP
|
||||
import KuiToi
|
||||
|
||||
beam = BEAMP("TestPlugin")
|
||||
beam = KuiToi("TestPlugin")
|
||||
logger = beam.log
|
||||
|
||||
def load(): # Plugins load from here
|
||||
|
@ -5,9 +5,9 @@
|
||||
###### (Библиотека ещё в разработке)
|
||||
|
||||
* Используя pip:\
|
||||
`$ pip install ...`
|
||||
`$ pip install KuiToi`
|
||||
* Из исходников:\
|
||||
`git clone https://github.com/kuitoi/...`
|
||||
`git clone https://github.com/KuiToi/KuiToi-PyLib`
|
||||
|
||||
## Пример
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user