Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Dec 5, 2024
1 parent 2f71760 commit 3da4aca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ pip install crashs
python3 -m crashs fit --help
```

Or, if you want to run the latest development code:
Or, if you want to use the latest development code and install in "editable" mode:

```sh
git clone https://github.com/pyushkevich/crashs
cd crashs
pip install .
pip install -e ./crashs
```

## Installation using Docker
Expand Down

0 comments on commit 3da4aca

Please sign in to comment.