Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/en/tutorial/tutorial-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,10 @@ But when you press the button, you're running Python code... how does that work?

## Next steps

You can also deploy this web app to the internet using the
[pythonanywhere-briefcase-plugin](https://github.com/pythonanywhere/pythonanywhere-briefcase-plugin).
Its [tutorial](https://briefcase.pythonanywhere.com/tutorial/) picks up right where this
page leaves off and walks you through packaging and publishing to
[PythonAnywhere](https://www.pythonanywhere.com/).

Although we've now deployed this app on desktop, mobile and the web, the app is fairly simple, and doesn't involve any third-party libraries. Can we include libraries from the Python Package Index (PyPI) in our app? Turn to [Tutorial 7](tutorial-7.md) to find out...
1 change: 1 addition & 0 deletions docs/spelling_wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Pygame
PyPI
PyScript
pytest
PythonAnywhere
README
repo
repos
Expand Down
Loading