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

Commit 4b1337b

Browse files
authored
Update README.md
1 parent e1c8b36 commit 4b1337b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,11 @@ Getting Started
1010
1. 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

0 commit comments

Comments
 (0)