14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
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
|
|
```
|