Skip to content

Commit

Permalink
install from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
najohnsn committed Apr 8, 2022
1 parent 7107b97 commit fd213a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ stream. The ati module allows for easier 3270 terminal automation.

## Installing

Python 3.6 or later is required. Use pip to install the latest tnz:
```console
pip install git+ssh://git@github.com/ibm/tnz
```

Python 3.6 or later is required.
Although not required, on platforms other than z/OS, it is suggested
you also install the [ebcdic](https://pypi.org/project/ebcdic)
package from PyPI:
package from PyPI
Use pip to install the latest tnz:
```console
pip install ebcdic
pip install ebcdic tnz
```

## Usage
Expand All @@ -47,6 +44,9 @@ emulator:
zti
```

If your path is not set up for running the installed zti console script,
you can run zti with `python -m tnz.zti` instead.

Starting `zti` takes you into the zti command line interface shell.
Key tab for command completion, up/down for command history.
![screenshot](https://github.com/IBM/tnz/blob/main/png/zti-prompt1.png?raw=true "shell")
Expand Down

0 comments on commit fd213a4

Please sign in to comment.