diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:00:05 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:00:05 +0100 |
commit | c13d67751ed8a8f0dbb622c3bc3422126ec41447 (patch) | |
tree | 19d990a29ed050209d0b34cf2e74526abb336dfc | |
parent | 423ffc863cc433d06083acdbf7ab0447d6f4469e (diff) | |
download | z80count-c13d67751ed8a8f0dbb622c3bc3422126ec41447.tar.gz z80count-c13d67751ed8a8f0dbb622c3bc3422126ec41447.zip |
Added pip instructions
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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: |