Skip to content

Commit

Permalink
chore: a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jul 20, 2024
1 parent dd1eddb commit 815e212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/mat3ra/utils/wheel_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def inform_user(port):
file = whl_files[0] if whl_files else None
url_str = f"http://localhost:{port}/{file}"
print("Copy URL to use in notebook or `config.yml`: ", url_str, "\n")
print(f"import micropip\nawait micropip.install('{url_str}', deps=False)\n")
print(f"import micropip\nawait micropip.install('{url_str}')\n")


def main():
Expand Down

0 comments on commit 815e212

Please sign in to comment.