update readme installation instructions

This commit is contained in:
2022-10-25 12:49:53 -05:00
parent b057f1e77b
commit 9d30e7108c
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ Command line interface of convenience utilities for use with Wookieepedia
Simply run:
$ pip install .
$ python3 -m pip install git+https://gitea.ascorrea.com/asc/wookiee-dl.git
# Usage

View File

@@ -11,7 +11,7 @@ dependencies = ['click', 'pywikibot', 'pymediawiki', 'mwparserfromhell']
setup(
name='wookieedl',
version='0.1.1',
version='0.1.2',
url='https://github.com/anthonyscorrea/wookiee-dl',
license='BSD',
author='Anthony Correa',