3
0
Fork 0
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:
Krystine Sherwin 2024-03-19 06:05:03 +13:00
parent f72ddfb09d
commit c6795cefc5
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View file

@ -250,3 +250,6 @@ test-macros:
images:
$(MAKE) -C source/_images
.PHONY: reqs
reqs:
$(PYTHON) -m pip install -r source/requirements.txt