README.md: update header
authorRobin Krens <robin@robinkrens.nl>
Thu, 15 Feb 2024 13:23:04 +0000 (14:23 +0100)
committerRobin Krens <robin@robinkrens.nl>
Thu, 15 Feb 2024 13:23:04 +0000 (14:23 +0100)
README.md

index e1dd13e..ee81030 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,16 +5,13 @@ Flash tool for the built in ROM bootloader for Renesas RA microcontrollers
 - Python >= 3.6
 - venv
 
-## Local install
+## Local and development install
 *Strongly Recommended to use venv (https://docs.python.org/3/library/venv.html)*
 - python -m venv .venv
 - source .venv/bin/activate
 - pip install -r requirements.txt
 - pip install -e .
 
-## Package
-WIP: currently in development mode
-
 ## Usage
 ```
 usage: raflash [-h] {write,read,erase,info} ...