This commit is contained in:
Özcan Oğuz 2020-08-24 14:59:58 +03:00
parent 2841b54e3e
commit d9ea75ddc0
No known key found for this signature in database
GPG Key ID: 2D33E2BD3D975818
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ In order to post PixelFed entries to Twitter, you will need a Mastodon-Twitter c
## Installation
```
python3 -m pip instal pfxposter
python3 -m pip install pfxposter
```
Use of virtual enviroments is strongly recommended, requests package may override your OS vendored version.
Using virtual enviroment is strongly recommended, for the reason that the requests library of the distro vendor may be overrided after the installation.
## Usage

View File

@ -1,3 +1,3 @@
from .poster import *
__version__ = '0.1.2'
__version__ = '0.1.4'