svdtools icon indicating copy to clipboard operation
svdtools copied to clipboard

How to bootstrap development environment?

Open couchand opened this issue 5 years ago • 2 comments

I pulled down the repository and tried to run make. After setting up python venv, I'm getting:

make: venv/bin/pip: Command not found

Am I missing some critical first step here? Forgive me, I've never used python venv before.

couchand avatar Sep 23 '20 06:09 couchand

Does make update-venv help? Possibly after removing the subdirectory venv completely.

nickray avatar Sep 23 '20 21:09 nickray

Nope, that's where I hit the command not found error: https://github.com/stm32-rs/svdtools/blob/145d5e5f9c0fbee767bdca1f4d27da3265e6f73c/Makefile#L59

couchand avatar Sep 23 '20 21:09 couchand