Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 4cb9d93

Browse files
committed
update README.md
1 parent 2f42c1d commit 4cb9d93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Sample usage
4141

4242
A slightly more complex example
4343
===============================
44-
# tests/test_remote.py
44+
# test/test_remote.py
4545
import os
4646
import paperspace
4747

@@ -69,7 +69,9 @@ Other Authentication options
6969

7070
3. Set the PAPERSPACE_API_KEY environment variable:
7171

72-
(on linux:) export PAPERSPACE_API_KEY=1qks1hKsU7e1k...
72+
(on linux/mac:) `export PAPERSPACE_API_KEY=1qks1hKsU7e1k...`
73+
74+
(on windows:) `setx PAPERSPACE_API_KEY "1qks1hKsU7e1k..."`
7375

7476
Note: the above methods take precedence over use of the cached api key in
7577
`~/.paperspace/config.json`

0 commit comments

Comments
 (0)