File: setup.sh

package info (click to toggle)
consensuscore 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,184 kB
  • sloc: cpp: 38,940; python: 2,082; ansic: 542; sh: 184; makefile: 85; cs: 10
file content (11 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
set -vex

#########
# SETUP #
#########

# set up python venv
virtualenv test-venv
source test-venv/bin/activate
pip install numpy