From 8557174c5ae182b493b596d2e465457a1c73ec84 Mon Sep 17 00:00:00 2001 From: Jeroen Schickendantz <60529194+Schickendantzj@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:38:33 -0500 Subject: [Feature] Graphing tool CLI update Added CLI integration for graphing tool. Added area graphing features for graphing tool. Added PDF output for graphing tool. Added probe graph output for graphing tool. --- tools/usage.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/usage.md (limited to 'tools/usage.md') diff --git a/tools/usage.md b/tools/usage.md new file mode 100644 index 0000000..d0dd358 --- /dev/null +++ b/tools/usage.md @@ -0,0 +1,12 @@ +To use install requirements + +Works with python 3.10 + Should work with more recent + +To set up local venv: +1. Create a local venv `python -m venv env` +2. Active it (windows) `"./env/Scripts/activate.bat"` +3. Install requirements `pip install -r requirements.txt` +4. Run in script (need to active it or use current) `python graphing.py