Add setup

parent ef3ace79
Pipeline #197 canceled with stages
#!/bin/bash
echo "Creating virtual environment..."
python3 -m venv venv
echo "Activating virtual environment and installing dependencies..."
source venv/bin/activate
pip install -r requirements.txt
echo "Setup complete. To activate the environment in future sessions, run: source venv/bin/activate"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment