Skip to content

Commit 2c31c1e

Browse files
Pa04rthnorthdpole
authored andcommitted
Change in Requirement.txt and Make File for Linux based installation
1 parent 36d4a2f commit 2c31c1e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ install-deps-typescript:
6666
install-deps: install-deps-python install-deps-typescript
6767

6868
install-python:
69-
virtualenv -p python3 --system-site-packages venv
69+
virtualenv -p python3 venv
7070
. ./venv/bin/activate &&\
7171
make install-deps-python &&\
7272
playwright install

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ threadpoolctl
103103
toml
104104
tomli
105105
tqdm
106-
typed-ast
107106
types-PyYAML
108107
typing-inspect
109108
typing_extensions

0 commit comments

Comments
 (0)