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

Commit de8514e

Browse files
committed
update README
1 parent b620733 commit de8514e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Paperspace API for Python
2-
=========================
1+
Paperspace Python
2+
=================
33

44
Sample usage
55
============
@@ -18,24 +18,24 @@ Sample usage
1818

1919
4. Download your api key by executing the following:
2020

21-
`paperspace login`
21+
`paperspace-python login`
2222

2323
Follow the prompts to enter your Paperspace email and password.
2424

2525
You can also enter your credentials directly on the command line as follows:
2626

27-
`paperspace login <email> <password> [<api_token_name>]`
27+
`paperspace-python login <email> <password> [<api_token_name>]`
2828

2929
Note: your api key is cached in ~/.paperspace/config.json
3030
You can remove your cached api key by executing:
3131

32-
`paperspace logout`
32+
`paperspace-logout logout`
3333

34-
5. Execute the sample script hello.py:
34+
5. Execute the sample Python script hello.py:
3535

3636
`python hello.py`
3737

38-
The script will be run on the remote job cluster node, and its output will be
38+
The script will be run on the Paperspace job cluster node, and its output will be
3939
logged locally.
4040

4141

0 commit comments

Comments
 (0)