Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed May 12, 2021
1 parent bf7c8d0 commit b0d8093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ pip:
ifndef PIP
printf "\n> python-pip is not available. To use parKVFinder with PyMOL v1, please install python-pip and run make pip\n\n"
else
pip install -r tools/requirements.txt
pip install -r tools/tk/requirements.txt
endif

pip3:
ifndef PIP3
@printf "\n> python3-pip is not available. To use parKVFinder with PyMOL v2, please install python3-pip and run make pip3\n\n"
else
pip3 install -r tools/requirements.txt
pip3 install -r tools/PyMOL2-parKVFinder-Tools/requirements.txt
endif

link:
Expand Down

0 comments on commit b0d8093

Please sign in to comment.