ZeroNet/start-venv.sh

9 lines
174 B
Bash
Raw Normal View History

2022-05-08 15:37:04 +02:00
#! /usr/bin/env bash
if [ ! -f venv/bin/activate ] ; then
python3 -m venv venv
fi
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 zeronet.py