Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
e135f0db
Commit
e135f0db
authored
Jun 19, 2016
by
Maxime Perrotin
Browse files
pip installs locally
parent
9a365c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e135f0db
...
...
@@ -44,18 +44,18 @@ update:
@
git submodule update
--remote
dependencies
:
@
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
@
pip
install
--user
--upgrade
./singledispatch
@
pip
install
--user
--upgrade
./enum34
@
pip
install
--user
--upgrade
./speedometer
@
pip
install
--user
--upgrade
./properties
@
pip
install
--user
--upgrade
./dmt
@
pip
install
--user
--upgrade
./pymsc
@
pip
install
--user
--upgrade
./asn1-value-editor
@
pip
install
--user
--upgrade
./antlr3-python
@
pip
install
--user
--upgrade
./pygraphviz
install
:
@
pip
install
--upgrade
.
@
pip
install
--user
--upgrade
.
full-install
:
update dependencies install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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