genrl-enhancer-diffusion / scripts /00_setup /install_requirements.sh
Ouzhang's picture
Upload folder using huggingface_hub
a80f3c0 verified
Raw
History Blame Contribute Delete
401 Bytes
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${SCRIPT_DIR}/env.sh"
python3 -m pip install -U pip
python3 -m pip install -r "${GENERATOR_DIR}/requirements.txt"
python3 -m pip install -r "${GENERANNO_DIR}/requirements.txt"
python3 -m pip install datasets huggingface_hub pyarrow pandas numpy scipy scikit-learn matplotlib seaborn biopython