use python venv with nix

This commit is contained in:
Jesse Cirimelli-Low
2026-05-04 16:39:33 -07:00
parent 07b33b3dfd
commit 5bd5293b4e
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -246,5 +246,5 @@ build_library:
# Build and install the openram library
library: build_library
@python3 -m pip install --force dist/openram*.whl
@python3 -m pip install --force-reinstall dist/openram*.whl
.PHONY: library