IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
476 stars 74 forks source link

added --ignore-installed flag to pip install #11

Closed twinstar26 closed 4 years ago

twinstar26 commented 4 years ago

fixes #10

added --ignore-installed flag to pip install

twinstar26 commented 4 years ago

--ignore-installed will just overwrite the existing with the current version, but will not remove files that were deleted in the update.

flipper83 commented 4 years ago

thank you @twinstar26