diff --git a/setup_env.sh b/setup_env.sh index 9dc69e1..280cf39 100644 --- a/setup_env.sh +++ b/setup_env.sh @@ -1,5 +1,6 @@ python3.12 -m venv .venv source .venv/bin/activate pip install -e . +rm -r *egg-info # pip install --upgrade --force-reinstall .