Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eternadox authored Oct 13, 2022
1 parent 906abad commit f0ce7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def install_package(package):
import pip
try:
from pip._internal import main
main.main(['install', package])
main(['install', package])
except AttributeError:
from pip import __main__
__main__._main(['install', package])
Expand Down

1 comment on commit f0ce7e1

@eternadox
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i fixed the setup error, please approve because i need to install this 🙏

Please sign in to comment.