From b2dc247429927471aa3d402894c2bd692a027684 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Wed, 8 Nov 2023 10:31:42 +0000 Subject: [PATCH] update package name, install instructions in README --- README.md | 8 +++++++- setup.cfg | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 673155e..96807ad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Currently tested on Linux only. Some scripts may not work under Windows/MSYS2. ## Install: -First, install [MMGen][6]. +### Stable version: + + $ python3 -m pip install --user --upgrade mmgen-node-tools + +### Development version: + +First, install the latest development version of [MMGen][6]. Then, diff --git a/setup.cfg b/setup.cfg index 3cb1afb..ae7676f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = MMGen Node Tools +name = mmgen-node-tools version = file: mmgen_node_tools/data/version description = Optional online tools for the MMGen wallet suite long_description = file: README.md