Skip to content

Commit 4a6ad51

Browse files
authored
added pip installation
1 parent 8b20f0f commit 4a6ad51

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ runx helps to automate common tasks while doing research:
1010

1111
## Quick-start Installation
1212

13+
Install with pip:
14+
```
15+
> pip install runx
16+
```
17+
1318
Install with source:
1419
```
1520
> git clone https://github.com/NVIDIA/runx
1621
> cd runx
1722
> python setup.py install --user
1823
```
1924

20-
Install using pip
21-
TBD
22-
2325
## Introduction: a simple example
2426
Suppose you have an existing project that you call as follows:
2527

@@ -252,7 +254,7 @@ For example:
252254
253255
You can do this with hparams defined as follows:
254256
```yaml
255-
hparams: [
257+
HPARAMS: [
256258
{
257259
logdir: LOGDIR,
258260
adam: true,

0 commit comments

Comments
 (0)