Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Oct 8, 2023
1 parent eeabb5f commit 000f477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
install:
cd src/ && pip install -e .
cd src/ && pip3 install -e .

remove:
pip uninstall python_rucaptcha -y
pip3 uninstall python_rucaptcha -y

refactor:
black docs/
Expand All @@ -24,7 +24,7 @@ lint:
isort src/ --check-only

upload:
pip install twine
pip3 install twine
cd src/ && python setup.py upload

tests: install
Expand Down

0 comments on commit 000f477

Please sign in to comment.