Skip to content

Commit

Permalink
update installation bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEMG committed Jun 21, 2022
1 parent eebcac1 commit 94b6b24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions reinstall.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 94b6b24

Please sign in to comment.