Skip to content

Commit

Permalink
Merge pull request #85 from JGCRI/bug/readme
Browse files Browse the repository at this point in the history
Fix language in README
  • Loading branch information
abigailsnyder authored Sep 21, 2023
2 parents 23ba9fa + 4f69798 commit 026ab18
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 @@ -15,14 +15,14 @@ To install for use, run the following:
python -m pip install git+https://github.com/JGCRI/stitches.git
```

To install pre-built run the following:
To install package data that has already been pre-processed run the following:
```python
import stitches

stitches.install_package_data()
```

For users that would like to generate the run the following:
For users who would like to generate the package data locally, run the following:

```python
import stitches
Expand Down

0 comments on commit 026ab18

Please sign in to comment.