Skip to content

Commit

Permalink
readme: add setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bitromortac committed Sep 11, 2020
1 parent eed3dd6 commit 574da6d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,22 @@ x │ **** ****
└┴──────────┴──────────┴──────────┴──────────┴────ᐅ
-1.0 -0.5 0.0 0.5 1.0
x ×10^1 [m]
```
```

## Setup
Installing from source:

```shell script
git clone https://github.com/bitromortac/plottoterminal
cd plottoterminal
python3 -m pip install --user .
```

Installing from pypi:
```shell script
python3 -m pip install --user plottoterminal
```

## Command line usage
To plot a file composed of rows of x and y data separated by whitespace,
run the command `$ plottoterminal file.xy`.

0 comments on commit 574da6d

Please sign in to comment.