Skip to content

Commit

Permalink
Merge pull request #12 from henrypinkard/main
Browse files Browse the repository at this point in the history
update docstring
  • Loading branch information
henrypinkard authored Aug 26, 2024
2 parents 5385acf + 444fa69 commit 09098af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mmpycorex/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 9)
version_info = (0, 3, 10)
__version__ = ".".join(map(str, version_info))
3 changes: 2 additions & 1 deletion src/mmpycorex/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def download_and_install_mm(destination='auto', mm_install_log_path=None, ci_bui
Parameters
----------
destination : str
The directory to install Micro-Manager to. If 'auto', it will install to the user's home directory.
The directory to install Micro-Manager to. If 'auto', it will install to "C:\Program Files\Micro-Manager"
on Windows, or to the user's home directory on macOS.
mm_install_log_path : str
Path to save the installation log to
ci_build : bool
Expand Down

0 comments on commit 09098af

Please sign in to comment.