From 94b6b24bf832eceb9cb62f9d189df851042454b7 Mon Sep 17 00:00:00 2001 From: AlexEMG Date: Tue, 21 Jun 2022 13:30:18 +0200 Subject: [PATCH] update installation bash script --- reinstall.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reinstall.sh b/reinstall.sh index ec56ca3..86345b6 100755 --- a/reinstall.sh +++ b/reinstall.sh @@ -1,3 +1,4 @@ -pip uninstall deeplabcut-live -python3 setup.py sdist bdist_wheel -pip install dist/deeplabcut_live-1.0.2-py3-none-any.whl +poetry shell # activating current environment +poetry install # creating and installing current project +poetry build # creating the tarball +poetry publish # uploading to pypi