Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
f29833c3
Commit
f29833c3
authored
Jan 08, 2016
by
Maxime Perrotin
Browse files
Call pip in a specific order
parent
83e42572
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f29833c3
...
...
@@ -44,7 +44,15 @@ update:
@
git submodule update
--remote
dependencies
:
@
pip
install
--upgrade
./singledispatch ./enum34 ./speedometer ./properties ./dmt ./pymsc ./asn1-value-editor ./antlr3-python ./pygraphviz
@
pip
install
--upgrade
./singledispatch
@
pip
install
--upgrade
./enum34
@
pip
install
--upgrade
./speedometer
@
pip
install
--upgrade
./properties
@
pip
install
--upgrade
./dmt
@
pip
install
--upgrade
./pymsc
@
pip
install
--upgrade
./asn1-value-editor
@
pip
install
--upgrade
./antlr3-python
@
pip
install
--upgrade
./pygraphviz
install
:
@
pip
install
--upgrade
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment