1147c9721d
quotes are needed around the repo link otherwise it will not install, thinking the package was not specified: pip install -q -U -e git+https://git.openstack.org/openstack/tosca-parser.git --editable=git+https://git.openstack.org/openstack/tosca-parser.git is not the right format; it must have #egg=Package Co-Authored-By: Sahdev Zala <spzala@us.ibm.com> Change-Id: Ib26f388823a95a870027a9e0ab127c8d760e2ad6
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pip install -q -U -e "git+https://git.openstack.org/openstack/tosca-parser.git#egg=tosca_parser"
|