Skip to content

Commit e93e9c6

Browse files
authored
And hopefully that's it.
1 parent e80e0c8 commit e93e9c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ you should upgrade your account to the newest system image.
2121
See [here](https://help.pythonanywhere.com/pages/ChangingSystemImage) how to do that.
2222
`pa` works with python 3.6, 3.7 and 3.8, but we recommend using the latest system image.
2323

24-
### On your local machine
25-
Install `pythonanywhere` package from [PyPI](https://pypi.org/project/pythonanywhere/).
24+
### On your own machine
25+
Install the `pythonanywhere` package from [PyPI](https://pypi.org/project/pythonanywhere/).
2626
We recommend using `pipx` if you want to use it only as a cli tool, or a virtual environment
2727
if you want to use a programmatic interface in your own code.
2828

@@ -38,8 +38,8 @@ There are two ways to use the package. You can just run the scripts or use the u
3838
You need to provide them if you run `pa` on your local machine.
3939

4040
`API_TOKEN` -- you need to set this to allow `pa` to connect to the [PythonAnywere API](https://help.pythonanywhere.com/pages/API).
41-
To get an API token log, into PythonAnywhere and go to the Account page using the link at the top right.
42-
Click on the "API token" tab, and click the Create a new API token button to get your token.
41+
To get an API token, log into PythonAnywhere and go to the "Account" page using the link at the top right.
42+
Click on the "API token" tab, and click the "Create a new API token" button to get your token.
4343

4444
`PYTHONANYWHERE_SITE` is used to connect to PythonAnywhere API and defaults to `www.pythonanywhere.com`,
4545
but you may need to set it to `eu.pythonanywhere.com` if you use our EU site.

0 commit comments

Comments
 (0)