Skip to content

Commit

Permalink
mac instructions update
Browse files Browse the repository at this point in the history
  • Loading branch information
dyldonahue committed Sep 3, 2024
1 parent c9b6139 commit 9e18ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ner_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def check_docker_and_rust():

def docker_pull(image_url):
os_type = platform.system()
if os_type=='Windows':
print("On Windows, please open the Docker Desktop application before proceeding")
if os_type=='Windows' or os_type == 'Darwin':
print("Please open the Docker Desktop application before proceeding")
answer =input("Is the Docker Desktop app running? (yes/no)")
print("Pulling Docker image...")
run_command(["docker", "pull", image_url])
Expand Down

0 comments on commit 9e18ac8

Please sign in to comment.