From 98d76fa779c18723e397d4f04805ac9fa2bdbd9e Mon Sep 17 00:00:00 2001 From: Robin Krens Date: Thu, 15 Feb 2024 14:23:04 +0100 Subject: [PATCH] README.md: update header --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e1dd13e..ee81030 100644 --- 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} ... -- 2.7.4