From 9d30e7108ca92e9a31107863f8aa2a031ee14b28 Mon Sep 17 00:00:00 2001 From: asc Date: Tue, 25 Oct 2022 12:49:53 -0500 Subject: [PATCH] update readme installation instructions --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b764ca..78db456 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 54806ad..7e6a02f 100644 --- a/setup.py +++ b/setup.py @@ -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',