From c13d67751ed8a8f0dbb622c3bc3422126ec41447 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 27 Jul 2019 11:00:05 +0100 Subject: Added pip instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ccbd7e1..bf682a4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ Z80 assembler syntax I use. ## Installation -To install for production download the package from [z80count's releases tab](https://github.com/reidrac/z80count/releases), unpack and run: +To install for production you can use `pip`: + + pip install --user z80count + +Or you can download the package from [z80count's releases +tab](https://github.com/reidrac/z80count/releases), unpack and run: python setup.py install @@ -20,10 +25,6 @@ To install for developmet run: cd z80count pip install -e ".[dev]" -## Requirements - -The tool requires Python 3. - ## Usage You can use it with: -- cgit v1.2.3