ticketfrei/README

14 lines
225 B
Plaintext
Raw Normal View History

2017-06-16 14:24:35 +00:00
INSTALL
=======
Install python3 with your favourite package manager.
Create and activate virtualenv
```shell
$ virtualenv -p python3 .
$ . bin/activate
```
Install dependencies
```shell
2017-06-17 16:15:13 +00:00
$ pip3 install Mastodon.py pytoml
2017-06-16 14:24:35 +00:00
```