update installation instructions

This commit is contained in:
Brian S. Stephan 2023-07-06 00:06:38 -05:00
parent 6580990380
commit 188976474a
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -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)