diff options
Diffstat (limited to 'res/initialize.sh')
-rwxr-xr-x | res/initialize.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/initialize.sh b/res/initialize.sh index 7ace382..1bde84f 100755 --- a/res/initialize.sh +++ b/res/initialize.sh @@ -12,4 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + + pip install -r requirements.txt |