diff options
| author | mat <git@matdoes.dev> | 2025-01-11 04:09:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-01-11 04:09:39 +0000 |
| commit | 31d0ac75684c0db09ddbc1ee9e7522ffd199d713 (patch) | |
| tree | f4229691aaafce53cb6e21c8691592e6e8bf1de9 /codegen/lib/download.py | |
| parent | 55d1ae201413176b33c6786a2c04b7012d4d67bc (diff) | |
| download | azalea-drasl-31d0ac75684c0db09ddbc1ee9e7522ffd199d713.tar.xz | |
update wrong entity metadata
Diffstat (limited to 'codegen/lib/download.py')
| -rwxr-xr-x | codegen/lib/download.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/download.py b/codegen/lib/download.py index 41576594..599e0b72 100755 --- a/codegen/lib/download.py +++ b/codegen/lib/download.py @@ -19,7 +19,7 @@ def get_burger(): f'cd {get_dir_location("__cache__")} && git clone https://github.com/mat-1/Burger && cd Burger && git pull') print('\033[92mInstalling dependencies...\033[m') - os.system(f'cd {get_dir_location("__cache__")}/Burger && pip install six jawa') + os.system(f'cd {get_dir_location("__cache__")}/Burger && python -m venv venv && venv/bin/pip install six jawa') def get_pixlyzer(): |
