Skip to content

Commit c6d978e

Browse files
committed
feat: use existing packages during install
1 parent d3da3ab commit c6d978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

33
install:
4-
python3 -m venv .venv && \
4+
python3 -m venv --system-site-packages .venv && \
55
source .venv/bin/activate && \
66
pip install -r requirements.txt && \
77
[ ! -e ".env" ] && cp .env.example .env || echo ".env file already exists"

0 commit comments

Comments
 (0)