Heroku: Difference between revisions
| Line 6: | Line 6: | ||
PS C:\Temp\python-getting-started> heroku login | PS C:\Temp\python-getting-started> heroku login | ||
* clone example | * clone example | ||
* create app and push code | |||
* | * | ||
==Resources== | ==Resources== | ||
* [https://devcenter.heroku.com/articles/getting-started-with-python Tutorial] | * [https://devcenter.heroku.com/articles/getting-started-with-python Tutorial] | ||
Revision as of 17:11, 16 February 2022
Installation
Example
- from official tutorial
PS C:\Temp\python-getting-started> heroku login
- clone example
- create app and push code