a micro-messaging bot to organize using public transport without having to pay.
Go to file
Thomas L 12fb550737 add README and .gitignore 2017-06-16 16:24:35 +02:00
.gitignore add README and .gitignore 2017-06-16 16:24:35 +02:00
README add README and .gitignore 2017-06-16 16:24:35 +02:00

README

INSTALL
=======

Install python3 with your favourite package manager.
Create and activate virtualenv
```shell
$ virtualenv -p python3 .
$ . bin/activate
```
Install dependencies
```shell
$ pip3 install Mastodon.py
```