update readme installation instructions
This commit is contained in:
@@ -8,7 +8,8 @@ Command line interface of convenience utilities for use with Wookieepedia
|
|||||||
|
|
||||||
Simply run:
|
Simply run:
|
||||||
|
|
||||||
$ pip install .
|
$ python3 -m pip install git+https://gitea.ascorrea.com/asc/wookiee-dl.git
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ dependencies = ['click', 'pywikibot', 'pymediawiki', 'mwparserfromhell']
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='wookieedl',
|
name='wookieedl',
|
||||||
version='0.1.1',
|
version='0.1.2',
|
||||||
url='https://github.com/anthonyscorrea/wookiee-dl',
|
url='https://github.com/anthonyscorrea/wookiee-dl',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Anthony Correa',
|
author='Anthony Correa',
|
||||||
|
|||||||
Reference in New Issue
Block a user