We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebcac1 commit 94b6b24Copy full SHA for 94b6b24
reinstall.sh
@@ -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
+poetry shell # activating current environment
+poetry install # creating and installing current project
+poetry build # creating the tarball
4
+poetry publish # uploading to pypi
0 commit comments