Skip to content

Commit

Permalink
add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinai Yang (FA TALENT) committed Mar 28, 2019
1 parent a3cae17 commit 16bc964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/nni_cmd/command_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def kill_command(pid):

def install_package_command(package_name):
'''install python package from pip'''
#TODO refactor python logic
if sys.platform == "win32":
cmds = 'python -m pip install --user {0}'.format(package_name)
else:
Expand Down

0 comments on commit 16bc964

Please sign in to comment.