mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#! /bin/bash
|
|
virtualenv -p python3.12 venv
|
|
source venv/bin/activate
|
|
pip install -r requirements.txt
|