aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-07-27 11:00:05 +0100
committerJuan J. Martinez <jjm@usebox.net>2019-07-27 11:00:05 +0100
commitc13d67751ed8a8f0dbb622c3bc3422126ec41447 (patch)
tree19d990a29ed050209d0b34cf2e74526abb336dfc
parent423ffc863cc433d06083acdbf7ab0447d6f4469e (diff)
downloadz80count-c13d67751ed8a8f0dbb622c3bc3422126ec41447.tar.gz
z80count-c13d67751ed8a8f0dbb622c3bc3422126ec41447.zip
Added pip instructions
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
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: