Bash and Python scripts for smoother workflows with Raycast.
- Create a virtual python environment:
python3.12 -m venv env
- Install the required python packages:
env/bin/pip3.12 install -r requirements.txt
Run a script using the virtual environment:
env/bin/python3.12 <script_name>.py