Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 authored Sep 14, 2024
1 parent dffd2c6 commit 6283eef
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 @@ -57,9 +57,9 @@ asv profile benchmark_file.BenchmarkClass.benchmark_method --gui=snakeviz

## Local Development

By default, asv will pull the changes from the most recent committ from whichever branch is indicated by the `"branches"` variable in the `asv.conf.json` file.
By default, `asv` will pull the changes from the most recent committ from whichever branch is indicated by the `"branches"` variable in the `asv.conf.json` file.

First, uxarray should be installed locally in editable mode.
First, `uxarray` should be installed locally in editable mode.
```
pip install -e .
```
Expand Down

0 comments on commit 6283eef

Please sign in to comment.