diff options
Diffstat (limited to 'mgr/initialize.sh')
-rwxr-xr-x | mgr/initialize.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mgr/initialize.sh b/mgr/initialize.sh index 7ace382..3425019 100755 --- a/mgr/initialize.sh +++ b/mgr/initialize.sh @@ -12,4 +12,5 @@ # 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 |