update installation instructions
This commit is contained in:
parent
6580990380
commit
188976474a
13
README.md
13
README.md
@ -9,20 +9,21 @@ currently the expectation is that you can run it yourself before invoking these
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
% pip install gp2040ce-binary-tools
|
||||||
|
```
|
||||||
|
|
||||||
|
### Development Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
% git clone [URL to this repository]
|
% git clone [URL to this repository]
|
||||||
% cd gp2040ce-binary-tools
|
% cd gp2040ce-binary-tools
|
||||||
% python -m venv venv
|
% python -m venv venv
|
||||||
% source ./venv/bin/activate
|
% source ./venv/bin/activate
|
||||||
% pip install -e .
|
% 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
|
## Config Editor
|
||||||
|
|
||||||
[](https://asciinema.org/a/67hELtUNkKCit4dFwYeAUa2fo)
|
[](https://asciinema.org/a/67hELtUNkKCit4dFwYeAUa2fo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user