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 +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,11 @@ Getting Started
10101 . Make sure you have a Paperspace account set up. Go to http://paperspace.com
1111 to register.
1212
13- 2 . Send an email message to support@paperspace.com to request access to the
14- Paperspace API Beta program.
15-
16- Wait for an email confirmation indicating your account has been approved
17- before proceeding.
18-
19- 3 . Use pip, pipenv, or conda to install the paperspace-python package, e.g.:
13+ 2 . Use pip, pipenv, or conda to install the paperspace-python package, e.g.:
2014
2115 ` pip install paperspace `
2216
23- 4 . Download your api key by executing the following:
17+ 3 . Download your api key by executing the following:
2418
2519 ` paperspace-python login `
2620
@@ -35,7 +29,7 @@ Getting Started
3529
3630 ` paperspace-python logout `
3731
38- 5 . Run the sample script hello.py using Python:
32+ 4 . Run the sample script hello.py using Python:
3933
4034 ` python hello.py `
4135
@@ -51,7 +45,7 @@ Getting Started
5145
5246 Note: the source is modified before transfer to the job cluster in order to remove imported `paperspace` references.
5347
54- 6 . Use paperspace-python to run a python script remotely:
48+ 5 . Use paperspace-python to run a python script remotely:
5549
5650 `paperspace-python run myscript.py`
5751
You can’t perform that action at this time.
0 commit comments