add README and .gitignore

remotes/1705286528371406548/stable1
Thomas L 2017-06-16 16:24:35 +02:00
commit 12fb550737
2 changed files with 17 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
pip-selfcheck.json
bin/
include/
lib/

13
README Normal file
View File

@ -0,0 +1,13 @@
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
```