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
89bd5a4a
Commit
89bd5a4a
authored
Dec 27, 2015
by
Maxime Perrotin
Browse files
Differentiate full install from simple install
parent
28c1565b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
89bd5a4a
...
...
@@ -46,9 +46,11 @@ update:
dependencies
:
@
pip
install
--upgrade
./singledispatch ./enum34 ./speedometer ./properties ./dmt ./pymsc ./asn1-value-editor ./antlr3-python ./pygraphviz
install
:
update dependencies
install
:
@
pip
install
--upgrade
.
full-install
:
update dependencies install
publish
:
@
python setup.py sdist upload
...
...
setup.py
View file @
89bd5a4a
...
...
@@ -19,9 +19,7 @@ setup(
author_email
=
'maxime.perrotin@esa.int'
,
description
=
'A tiny, free SDL editor for TASTE'
,
long_description
=
open
(
'README.md'
).
read
(),
install_requires
=
[
'pygraphviz'
],
install_requires
=
[],
tests_require
=
[
'tabulate'
],
include_package_data
=
True
,
url
=
'http://opengeode.net'
,
...
...
Write
Preview
Supports
Markdown
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