mirror of
https://github.com/bytedream/aionlib.git
synced 2025-06-27 07:50:31 +02:00
Add files via upload
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
||||
**_aionlib_ - library support for [aion](https://github.com/blueShard-dev/aion)**
|
||||
|
||||
- [Introduction](#introduction)
|
||||
- [Installation](#installation)
|
||||
- [Todo](#todo)
|
||||
- [License](#license)
|
||||
|
||||
# Introduction
|
||||
|
||||
**aionlib** is the official library support for the [aion](https://github.com/blueShard-dev/aion_project)
|
||||
|
||||
# Installation
|
||||
|
||||
To install **aionlib** with pip3, type:
|
||||
|
||||
```
|
||||
sudo pip3 install aionlib
|
||||
```
|
||||
|
||||
If you want to install **aionlib** from github, type:
|
||||
|
||||
```
|
||||
sudo git clone https://github.com/blueShard-dev/aionlib
|
||||
cd aionlib
|
||||
sudo python3 setup.py install
|
||||
```
|
||||
|
||||
# Todo
|
||||
|
||||
- [ ] tutorial for all classes / functions
|
||||
|
||||
# License
|
||||
|
||||
This project is licensed under the Mozilla Public Licence 2.0 (MPL-2.0) License - see the [LICENSE](License) file for more details
|
Reference in New Issue
Block a user