Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 232ae34e authored by VIGNET Pierre's avatar VIGNET Pierre
Browse files

Update legacy install method to pip

parent f5fba73a
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,11 @@ sdist:
install:
@echo Install the package...
python2.7 setup.py install --record files.txt
pip install .
uninstall: files.txt
@echo Uninstalling the package...
cat files.txt | xargs rm -rf
rm files.txt
pip uninstall cadbiom_cmd
dev_install:
@echo Install the package for developers...
......
......@@ -18,12 +18,11 @@ sdist:
install:
@echo Install the package...
python2.7 setup.py install --record files.txt
pip install .
uninstall: files.txt
@echo Uninstalling the package...
cat files.txt | xargs rm -rf
rm files.txt
pip uninstall cadbiom_gui
dev_install:
@echo Install the package for developers...
......
......@@ -22,12 +22,11 @@ sdist:
install:
@echo Install the package...
python2.7 setup.py install --record files.txt
pip install .
uninstall: files.txt
@echo Uninstalling the package...
cat files.txt | xargs rm -rf
rm files.txt
pip uninstall cadbiom
dev_install:
@echo Install the package for developers...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment