campp-mlx-converter / activate.sh
BMP's picture
Refactor activation script and enhance conversion utilities; add parameter mapping and filtering logic; update requirements and add test for parameter mapping
ca0ebee
raw
history blame contribute delete
252 Bytes
#!/bin/bash
# Script to activate the Python virtual environment
# Note: To activate the venv in your current shell, run: source activate.sh
# Running ./activate.sh will activate it in a subshell, which won't affect your shell.
source .venv/bin/activate