From 188976474a941f0bd3ebd2452ee8d05e0b1d6ada Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 6 Jul 2023 00:06:38 -0500 Subject: [PATCH] update installation instructions --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bf5b46b..ce27fdc 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,21 @@ currently the expectation is that you can run it yourself before invoking these ## Installation +``` +% pip install gp2040ce-binary-tools +``` + +### Development Installation + ``` % git clone [URL to this repository] % cd gp2040ce-binary-tools % python -m venv venv % source ./venv/bin/activate % pip install -e . +% pip install -Ur requirements/requirements-dev.txt ``` -At some point we may publish packages to e.g. pypi. - -### Development Installation - -As above, plus also `pip install -Ur requirements/requirements-dev.txt` to get linters and whatnot. - ## Config Editor [![asciicast](https://asciinema.org/a/67hELtUNkKCit4dFwYeAUa2fo.svg)](https://asciinema.org/a/67hELtUNkKCit4dFwYeAUa2fo)