commit 12fb550737b4ccef38f347d1bf439fbddd298f79 Author: Thomas L Date: Fri Jun 16 16:24:35 2017 +0200 add README and .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1675d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +pip-selfcheck.json +bin/ +include/ +lib/ diff --git a/README b/README new file mode 100644 index 0000000..60ef49d --- /dev/null +++ b/README @@ -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 +```