mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2025-06-15 11:36:03 +00:00
6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
python -m pip install -U pip pip-tools setuptools wheel -I
|
|
pip-compile core_requirements.in
|
|
#pip-sync core_requirements.txt
|
|
pip install -r core_requirements.txt
|