Skip to content

Commit 94b6b24

Browse files
committed
update installation bash script
1 parent eebcac1 commit 94b6b24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reinstall.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
pip uninstall deeplabcut-live
2-
python3 setup.py sdist bdist_wheel
3-
pip install dist/deeplabcut_live-1.0.2-py3-none-any.whl
1+
poetry shell # activating current environment
2+
poetry install # creating and installing current project
3+
poetry build # creating the tarball
4+
poetry publish # uploading to pypi

0 commit comments

Comments
 (0)