Skip to content

Commit c74f150

Browse files
committed
Add installation instructions for pip
1 parent fa6f8df commit c74f150

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Features include:
1010
- Shouldn't use tons of storage;
1111
- Everything runs locally -- no possibly-sketchy third-party will be getting aceess to your code and experiments.
1212

13+
## Install
14+
15+
`logrun` can be installed [via `pip`](https://pypi.org/project/logrun/):
16+
17+
```sh
18+
pip install logrun
19+
```
20+
1321
## Example usage
1422

1523
The following example trains a model and registers an experiment that outputed the file `trained_model.pth`:

0 commit comments

Comments
 (0)