Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
e3507745
Commit
e3507745
authored
Jan 27, 2020
by
VIGNET Pierre
Browse files
Upgrade install/uninstall methods for dev
parent
f383d679
Changes
4
Hide whitespace changes
Inline
Side-by-side
command_line/Makefile
View file @
e3507745
...
...
@@ -20,17 +20,15 @@ install:
@
echo
Install the package...
pip
install
.
uninstall
:
files.txt
uninstall
:
@
echo
Uninstalling the package...
pip uninstall
-y
cadbiom_cmd
dev_install
:
@
echo
Install the package
for
developers...
python2.7 setup.py develop
dev_uninstall
:
@
echo
Uninstalling the package
for
developers...
python2.7 setup.py develop
--uninstall
@
# Replacement for python setup.py develop which doesn't support extra_require keyword.
@
# Install a project in editable mode.
pip
install
-e
.[dev]
unit_tests
:
@
echo
Launch unit tests
...
...
doc/source/installation.rst
View file @
e3507745
...
...
@@ -226,7 +226,7 @@ Just do:
.. code-block:: bash
$ make
dev_
uninstall
$ make uninstall
Testing
...
...
gui/Makefile
View file @
e3507745
...
...
@@ -20,17 +20,15 @@ install:
@
echo
Install the package...
pip
install
.
uninstall
:
files.txt
uninstall
:
@
echo
Uninstalling the package...
pip uninstall
-y
cadbiom_gui
dev_install
:
@
echo
Install the package
for
developers...
python2.7 setup.py develop
dev_uninstall
:
@
echo
Uninstalling the package
for
developers...
python2.7 setup.py develop
--uninstall
@
# Replacement for python setup.py develop which doesn't support extra_require keyword.
@
# Install a project in editable mode.
pip
install
-e
.[dev]
upload
:
clean sdist
python setup.py bdist_wheel
...
...
library/Makefile
View file @
e3507745
...
...
@@ -24,17 +24,15 @@ install:
@
echo
Install the package...
pip
install
.
uninstall
:
files.txt
uninstall
:
@
echo
Uninstalling the package...
pip uninstall
-y
cadbiom
dev_install
:
@
echo
Install the package
for
developers...
python2.7 setup.py develop
dev_uninstall
:
@
echo
Uninstalling the package
for
developers...
python2.7 setup.py develop
--uninstall
@
# Replacement for python setup.py develop which doesn't support extra_require keyword.
@
# Install a project in editable mode.
pip
install
-e
.[dev]
unit_tests
:
@
echo
Launch unit tests
...
...
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