This repository was archived by the owner on Aug 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- Paperspace API for Python
2- =========================
1+ Paperspace Python
2+ =================
33
44Sample usage
55============
@@ -18,24 +18,24 @@ Sample usage
1818
19194 . 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
You can’t perform that action at this time.
0 commit comments