#!/bin/sh # Install the current project in editable mode echo "Installing the project in editable mode..." pip install -e . echo "Setup complete!"