Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
corrected conda activate
  • Loading branch information
gfardell authored Jul 17, 2023
1 parent 1834afc commit b6b0eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ conda create --name cilviewer ccpi-viewer=23.1.0 -c ccpi -c paskino -c conda-for

## Running the CILViewer app

- Activate your environment using: ``conda activate cil-viewer``.
- Activate your environment using: ``conda activate cilviewer``.
- Launch by typing: `cilviewer`
- Load a dataset using the File menu. Currently supported data formats:
- HDF5, including Nexus
Expand Down

1 comment on commit b6b0eb4

@lauramurgatroyd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gfardell !

Please sign in to comment.