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