Skip to content

Commit

Permalink
minor review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson committed Apr 28, 2024
1 parent ba8d355 commit 7054ce5
Show file tree
Hide file tree
Showing 4 changed files with 1,278 additions and 243 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Install `scimap` directly into an activated virtual environment:
Here's how you can install both using pip:

```python
pip install scimap[napari]
pip install "scimap[napari]"
```

**If you encounter a problem with PyQt6 during the installation, you can install `scimap` alone first. Later on, if you find you need `napari`, you can go ahead and install it by itself.**
Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Install `scimap` directly into an activated virtual environment:
Here's how you can install both using pip:

```python
pip install scimap[napari]
pip install "scimap[napari]"
```

**If you encounter a problem with PyQt6 during the installation, you can install `scimap` alone first. Later on, if you find you need `napari`, you can go ahead and install it by itself.**
Expand Down
Loading

0 comments on commit 7054ce5

Please sign in to comment.