Skip to content

Commit

Permalink
Update README instructions
Browse files Browse the repository at this point in the history
Update README non-source installation instructions to install
from PyPi package rather than source.
  • Loading branch information
jolaem committed Jun 5, 2024
1 parent 9cc4722 commit 91af210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test data.
python -m venv env
source env/bin/activate
python -m pip install --upgrade pip
python -m pip install .
python -m pip install caked
```

From source:
Expand Down

0 comments on commit 91af210

Please sign in to comment.