Spaces:
Sleeping
Sleeping
File size: 298 Bytes
d206466 9d0f633 d206466 9d0f633 d206466 9d0f633 d206466 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#!/bin/bash
# Upgrade pip
pip install --upgrade pip
if [ -f requirements.txt ]; then
pip install -r requirements.txt
fi
pip install en_Resume_Matching_Keywords-any-py3-none-any.whl
# Verify installation
python -c "import en_Resume_Matching_Keywords; print('Package installed successfully')" |