update README

This commit is contained in:
yequari 2023-07-03 01:58:28 -07:00
parent e7dd7a1629
commit 4f8f2b084f
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@ A terminal browser for the [Nex](https://nex.nightfall.city) protocol written in
Very early version, probably lots of bugs.
## Installation
PyNex's only dependency is [PyTermGUI](https://github.com/bczsalba/pytermgui), a library for creating terminal applications. It can be installed with the following command, preferably in a virtual environment.
```
pip install -r requirements.txt
```
## Usage
```