diff --git a/README.md b/README.md index 20193a7..5e877cb 100644 --- a/README.md +++ b/README.md @@ -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 ```