Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmichael committed Apr 22, 2024
1 parent fbacf2f commit b22e6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ first installing the requirements with conda and then finishing with the pip ins

# Quick demonstration

After installation, the following command will produce a series of example output plots and data, demonstrating the main features of the software. Plot image files are placed into the subfolder `demo/`, while text output – including the full command lines as they could be typed to generate the output – goes to the terminal window.
After installation, the following command will produce a series of example output plots and data, demonstrating the main features of the software. Plot image files are placed into the subfolder `demo/` of the current folder, while text output – including the full command lines as they could be typed to generate the output – goes to the terminal window.

craterstats -demo

Expand All @@ -46,7 +46,7 @@ Launch the miniforge prompt and activate the virtual environment:
On Windows, you can alternatively create a desktop shortcut with this target:

```
%windir%\system32\cmd.exe "/K" %homepath%\mambaforge\Scripts\activate.bat craterstats
%windir%\system32\cmd.exe "/K" %homedrive%%homepath%\miniforge3\Scripts\activate.bat craterstats
```

# Upgrade
Expand Down

0 comments on commit b22e6b2

Please sign in to comment.