File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ you should upgrade your account to the newest system image.
2121See [ 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/ ) .
2626We recommend using ` pipx ` if you want to use it only as a cli tool, or a virtual environment
2727if 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
3838You 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 ` ,
4545but you may need to set it to ` eu.pythonanywhere.com ` if you use our EU site.
You can’t perform that action at this time.
0 commit comments