forked from ticketfrei/ticketfrei
reworked setup guide
This commit is contained in:
parent
3fa47de34e
commit
72fcf0cbba
|
@ -19,7 +19,7 @@ $ . bin/activate
|
||||||
```
|
```
|
||||||
Install dependencies
|
Install dependencies
|
||||||
```shell
|
```shell
|
||||||
$ pip3 install Mastodon.py pytoml pickle
|
$ pip3 install Mastodon.py pytoml
|
||||||
$ pip install python-twitter pytoml requests
|
$ pip install python-twitter pytoml requests
|
||||||
```
|
```
|
||||||
Configure
|
Configure
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[mapp]
|
[mapp]
|
||||||
app_name = 'yourcity_ticketfrei'
|
name = 'yourcity_ticketfrei'
|
||||||
|
|
||||||
[muser]
|
[muser]
|
||||||
email = 'youremail@server.tld'
|
email = 'youremail@server.tld'
|
||||||
|
|
Loading…
Reference in a new issue