Skip to content

Commit

Permalink
Minor README improvements for cross-platform install (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Coles <tylercoles@gmail.com>
  • Loading branch information
Ajayshyam37 and Tyler Coles authored Feb 5, 2024
1 parent ea4c4d8 commit 4afb566
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ python3.11 -m venv .venv
# activate it (after which `python` should be bound to the venv python)
source .venv/bin/activate

# then install the project in "editable" mode
python -m pip install --editable .[dev]
# then install the project in editable mode
python -m pip install --editable ".[dev]"
```

(The quotes in the last command are necessary on some platforms, but if the quotes give you issues you can also try without them.)

## Running from the command line

The most basic task epymorph can perform is to run a spatial, compartmental disease simulation and output the time-series data of compartment populations (prevalence) as well as new events (incidence).
Expand Down

0 comments on commit 4afb566

Please sign in to comment.