mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
docs: Install python requirements
This commit is contained in:
parent
f72ddfb09d
commit
c6795cefc5
2 changed files with 8 additions and 2 deletions
|
@ -250,3 +250,6 @@ test-macros:
|
|||
images:
|
||||
$(MAKE) -C source/_images
|
||||
|
||||
.PHONY: reqs
|
||||
reqs:
|
||||
$(PYTHON) -m pip install -r source/requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue