This website works better with JavaScript.
Explore
Get Started
x
/
stackalytics
Code
Issues
Proposed changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
1.0.0
0.10
0.9
0.8.3
0.8.2
0.8.1
0.8
0.7.2
0.7.1
0.7
0.6
0.5
0.1
0.2
0.3
0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
stackalytics
/
tools
/
install_venv.sh
5 lines
93 B
Raw
Permalink
Blame
History
#!/bin/bash
virtualenv .venv
./tools/with_venv.sh pip install --upgrade -r requirements.txt
View Git Blame
Copy Permalink