This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
thesis/raw_files/hello_world/setup.sh

4 lines
91 B
Bash
Executable File

python3 -m venv virtualenv
source virtualenv/bin/activate
pip3 install -r requirements.txt