Add alternate install instructions

This commit is contained in:
IamTheFij 2021-02-08 09:11:49 -08:00
parent 7db88cb6d8
commit 5245a21c8d
1 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,13 @@ you can run:
## Installation
pip install padio
Padio can be run on any system that includes Python 3 after installation with `pip`:
pip3 install padio
Or by downloading `./padio.py` and placing it anywhere in your `$PATH`.
*Note: I have not tested on Windows, but would welcome feedback or a patch*
## Usage