Skip to content

Commit

Permalink
allow install via: pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaBouali committed Nov 5, 2023
1 parent b7e446d commit ae3964f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@

# to allow people to install it via 'python setup.py install' after cloning the repo, else some error might occur

if sys.version_info < (3,0):
"""if sys.version_info < (3,0):
os.system('pip install '+' '.join(req))
else:
os.system('pip3 install '+' '.join(req))
os.system('pip3 install '+' '.join(req))"""


setuptools.setup(
Expand Down

0 comments on commit ae3964f

Please sign in to comment.