Add requirements.txt and update README a bit
This commit is contained in:
parent
0f39b8881c
commit
186cad8931
19
README.md
19
README.md
@ -2,6 +2,25 @@
|
|||||||
|
|
||||||
A bridge between Telegram and [Matrix](http://matrix.org/). Currently under development - this project isn't considered to be in a usable state right now.
|
A bridge between Telegram and [Matrix](http://matrix.org/). Currently under development - this project isn't considered to be in a usable state right now.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
First, create a virtualenv and activate it:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
virtualenv venv -p $(which python3)
|
||||||
|
. venv/bin/activate
|
||||||
|
```
|
||||||
|
|
||||||
|
Then install the requirements using pip:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
### Configuration
|
||||||
|
TODO
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
Want to help? Awesome! This bridge still needs a lot of work, so any help is welcome.
|
Want to help? Awesome! This bridge still needs a lot of work, so any help is welcome.
|
||||||
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
aiohttp
|
||||||
|
aiotg
|
||||||
|
beautifulsoup4
|
Loading…
x
Reference in New Issue
Block a user